Contents

showsUserLocation

A Boolean value that determines whether to show the user’s location on the map.

Declaration

get showsUserLocation(): boolean;
set showsUserLocation(value: boolean);

Discussion

Set this property to true to determine the user’s location and make it visible on the map as a pulsing blue dot annotation.

Set this property to false to remove the user location annotation and to stop monitoring the user’s location.

See Also

Displaying the user’s location