# command: geolocation.auto-recenter
Description: Centers the map on the user's current location and keeps the location centered as it moves around. The maps parameter is only supported in VertiGIS Studio Mobile. In VertiGIS Studio Web, all maps are affected.

Inputs: `( @vertigis.arcgis-extensions.mapping.MapExtension.MapExtension | @vertigis.arcgis-extensions.mapping.MapExtension.MapExtension[] | HasMaps )`

HasMaps properties:
```json
{
  "maps": {
    "description": "Map(s) to use for the command/operation."
  }
}
```

---
# command: geolocation.display-location
Description: Show the user's location while the location is in the map's extent.

Inputs: `None`

---
# command: geolocation.turn-off-geolocation
Description: Turns off geolocation.

Inputs: `None`

---
