Aeris account to use when requesting map data and imagery.
A Boolean indicating whether the standard AerisWeather data attribution should be displayed.
Center coordinate to initialize the map view.
Initial layers to add to the map at initialization.
Configuration options to pass to the native map constructor for the specific mapping strategy.
Whether the current map units are set to metric. Default is false
.
Data update interval, in seconds. Default value is 0
, which disables auto-updating.
Whether map content source data should be reloaded automatically when the map bounds have changed.
Default value is true
. Set this value to false
to reduce data and map unit usage.
Base paths for the API servers to use with data and image requests.
Map strategy.
The following strategy values are supported:
leaflet
: Uses the Leaflet.js mapping librarymapbox
: Uses the MapboxGL mapping libraryStyle overrides per layer code.
Configuration options for the map's animation timeline.
Zoom level to initialize the map view.
Generated using TypeDoc
A data type that represents the configuration options for a
Map
instance.