Interface
Options for basemap styles
Subclasses: IApplyStyleOptions
Properties
Property | Type | Notes |
---|---|---|
attributionControl | IAttributionControlOptions | Options for customizing the maplibre-gl attribution control. |
preferences | IBasemapPreferences | Set style preferences including language, worldview, and places. |
session | BasemapSession | Promise<BasemapSession> | Accepts basemap sessions for authentication. The style will reload automatically on session token refresh. |
style | string | A basemap style enumeration or item ID. |
token | string | Accepts an ArcGIS access token for authentication. |
attributionControl
optional
Interface PropertyattributionControl: IAttributionControlOptions
Options for customizing the maplibre-gl attribution control.
preferences
optional
Interface Propertypreferences: IBasemapPreferences
Set style preferences including language, worldview, and places.
session
optional
Interface Propertysession: BasemapSession | Promise<BasemapSession>
Accepts basemap sessions for authentication. The style will reload automatically on session token refresh.