Initializes and returns a map configuration instance for the specified map options.
Returns the base layer codes.
Returns the coordinate bounds.
Returns the center place string or coordinate object.
Returns the data layer codes.
Returns whether the listeners are registered for the specified event name.
Returns whether the layer configuration contains overlay layer codes.
Returns whether the layer configuration contains text layer codes.
Returns whether to use Metric units for text layers.
Removes a registered listener function for the specified event.
Name of the event to remove the listener for.
Handler function to remove so it won't be executed next time the event is triggered.
Returns the time offset.
Registers a listener function to be executed each time an event occurs
Name of the event to listen for. Value can contain multiple event names separated by spaces to trigger the same handler function for each event name.
Handler function to be called when the event occurs
Registers a listener function to be executed the first time an event occurs.
Name of the event to listen for. Value can contain multiple event names separated by spaces to trigger the same handler function for each event name.
Handler function to be called when the event occurs
Returns or sets an option by key.
Returns the overlay layer codes.
Sets the base layer codes.
Sets the center place string or coordinate object.
Sets the data layer codes.
Sets all layer codes grouped by category.
Sets whether to use Metric units for text layers.
Sets the time offset.
Sets the overlay layer codes.
Sets the center or coordinate bounds based on the specified region code.
Sets the image size.
Sets the text layer codes.
Sets the zoom level.
Returns the image size.
Returns the text layer codes.
Returns an object of MapRequest
options to use for the image request from the current
configuration.
Triggers the specified event so that all registered listeners will be executed with the specified parameters.
Event name to trigger
Returns the zoom level.
Generated using TypeDoc
A map configuration object stores and manages various map-related options associated with a
MapView
instance.