position property

  1. @override
MPPoint position
override

Get the position of the polygon, which is roughly the center

Implementation

@override
MPPoint get position => bounds.center;