Mapbox Maps Options
object 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.