GoogleMapControlOptions interface
December 27, 2018 ยท View on GitHub
Interface members
| Params | Type | Details |
|---|---|---|
| compass | boolean | (optional)Turns the compass on or off. |
| myLocationButton | boolean | (optional)Turns the myLocation button on or off. If turns on this button, the application displays a permission dialog to obtain the geolocation data. |
| myLocation | boolean | (optional)Turns the myLocation control(blue dot) on or off. If turns on this control, the application displays a permission dialog to obtain the geolocation data. |
| indoorPicker | boolean | (optional)Turns the indoor picker on or off. |
| mapToolbar | boolean | (optional, Android)Turns the map toolbar on or off. |
| zoom | boolean | (optional, Android)Turns the zoom controller on or off. |