userLocation property

MLNUserLocation? get userLocation

Returns the annotation object indicating the user’s current location.

Implementation

MLNUserLocation? get userLocation {
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_userLocation);
  return _ret.address == 0 ? null : MLNUserLocation.castFromPointer(_ret, retain: true, release: true);
}