MapboxMapsOptions

Manages configuration options that are used by the Maps API objects, such as maps data directory and base URL.

The Maps API objects include instances of MapView, Snapshotter, OfflineManager and OfflineRegionManager.

The options changes are taken into consideration by the Maps API objects during their construction phase. Any changes made to the options during runtime will not impact objects that have already been created.

If the options need to be overridden, it is recommended to do it once at the application start and before any of the Maps API objects are constructed. Although it is technically possible to run Maps API objects that use different resource options, such a setup might cause performance implications.

Properties

Link copied to clipboard

Base URL that would be used by the Maps engine to make HTTP requests.

Link copied to clipboard

The path to the Mapbox Maps data folder.

Link copied to clipboard

The TileStore instance for the Maps API objects.

Link copied to clipboard

the tile store usage mode for the Maps API objects.