---
title: showsUserLocationControl
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/map/showsuserlocationcontrol
---

# showsUserLocationControl

A Boolean value that determines whether the user location control is visible.

## Declaration

```data
get showsUserLocationControl(): boolean;
set showsUserLocationControl(showsUserLocationControl: boolean);
```

## See Also

### Showing the map’s controls

- [showsCompass](mapkitjs/map/showscompass.md)
- [showsMapTypeControl](mapkitjs/map/showsmaptypecontrol.md)
- [showsScale](mapkitjs/map/showsscale.md)
- [showsZoomControl](mapkitjs/map/showszoomcontrol.md)
