Gets and sets the maximum number of images (raster tiles, sprites, icons) to load in parallel,
which affects performance in raster-heavy maps. 16 by default.
Gets and sets the number of web workers instantiated on a page with GL JS maps.
By default, it is set to half the number of CPU cores (capped at 6).
Make sure to set this property before creating any map instances for it to have effect.
Clears browser storage used by this library. Using this method flushes the Mapbox tile
cache that is managed by this library. Tiles may still be cached by the browser
in some cases.
Gets the map's RTL text plugin status.
The status can be unavailable (i.e. not requested or removed), loading, loaded or error.
If the status is loaded and the plugin is requested again, an error will be thrown.
Sets the map's RTL text plugin.
Necessary for supporting the Arabic and Hebrew languages, which are written right-to-left. Mapbox Studio loads this plugin by default.