Maps
The map object displays a map of the screen. It provides methods and properties for programmatically changing the map and generating an event when a user interacts with it. Map instance creates a map by specifying containers and other options.
zoom
The zoom value is the zoom in/out value of the map. Not the required input.
optional
center
Center is coordinate value that will be displayed to the center at the first loading of the map and is a required input.
must
maxZoom
Maximum zoom value. Not required value.
optional
minZoom
Minimum zoom value. Not required value.
optional
key
Authentication value for map use. Required input value.
must
buttonBox
Set map control box visibility on map instance initialization. Setting this option as "false" would hide the control box. Default: "true".
optional
Example
Last updated