Get the location's position, this is usually the location's anchor point
@override MPPoint get position => _properties?.anchor ?? MPPoint.withCoordinates(latitude: 0, longitude: 0);