OnlineBasemapProvider
Online basemap fallback provider. Used when a property has no per-property MBTiles available (mapTilesFilerId is null/empty).
Entries
OpenStreetMap's tile server (tile.openstreetmap.org). Free, no API key. Subject to OSM Foundation tile usage policy — for low/medium volume only; not recommended as the default for high-traffic apps.
Self-hosted OpenMapTiles server (TileServer GL or equivalent). Vector PBF tiles. Requires onlineBasemapVectorTileUrl and onlineBasemapStyleAsset to be set.
Custom raster tile provider. Requires onlineBasemapRasterTileUrl to be set.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.