Table of Contents
Version: 2023r1

Properties #
| AccessKey as String | InitialLongitude as String |
| Bearing as Integer | Pitch as Integer |
| DefaultStyle as MapBoxStyles | Style as String |
| InitialLatitude as String | Zoom as Integer |
Methods #
| AddNewMarker(SafeName as String, Latitude as String, Longitude as String) | RemoveAllMarkers() |
| FlyTo(latitude as String, longitude as String) | SetCenter(lat as String, lon as String) |
| Include3DBuildings() | SetZoom(mZoom as Integer) |
| IncludeGeoLocation() | |
| IncludeNavigationControls() |
Events #
| MapBoxReady() |
Enumerations #
XDSMapBox.MapBoxStyles #
| Streets = 0 | SatelliteStreets = 5 |
| Outdoors = 1 | NavigationDay = 6 |
| Light = 2 | NavigationNight = 7 |
| Dark = 3 | UserDefined = 8 (XDSMapBox.Style) |
| Satellite = 4 |