userLocationVisible property

bool get userLocationVisible

A Boolean value indicating whether the device’s current location is visible in the map view.

Use showsUserLocation to control the visibility of the on-screen user location annotation.

Implementation

bool get userLocationVisible {
  return _objc_msgSend_91o635(this.ref.pointer, _sel_isUserLocationVisible);

}