position property

  1. @override
MPPoint get position
override

Get the location's position, this is usually the location's anchor point

Implementation

@override
MPPoint get position =>
    _properties?.anchor ?? MPPoint.withCoordinates(latitude: 0, longitude: 0);