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);