Whether corresponding future layers should automatically be added to the map when adding a
data layer when available. Default is true
.
Coordinate bounds of the visible region.
Center of the map, either as a place string or coordinate object.
Whether all layers should be combined together into a single image. This results in fewer
requests but increased map units since base
and overlay
layers will be requested each
time data
and/or text
layers change.
Default value is false
.
Date and time either as a Date
object or UNIX timestamp as a number (e.g. 20180601174100
).
Defines the layers to display on the map grouped by category.
Whether text layers should display values in Metric units. Default is false
.
Time offset either as a UNIX timestamp as a string (e.g. 20180601174100
) or a relative offset as a string (e.g. -6hours
).
Map size.
Aspect ratio of width-to-height. This value is used when calculating an auto
height based on the configured width.
Image height, which can either be a number or auto
. If auto
is used, then the image
height will be determined by the configured width
and the value for factor
.
Image width
Zoom level.
Generated using TypeDoc
A data type that represents the configuration options a map configuration instance.