Aeris account associated with the module.
Application the module was initialized with.
Data associated with the module.
If the module loads remote data when added to a map, this value will return the data that was last returned by the remote request.
Map data source created for the module.
Sets the module's map data source.
Parent module group the module belongs to, if any.
Sets the parent module group.
Application map instance.
Returns the module's configuration options.
Returns whether the listeners are registered for the specified event name.
Initializes the module with the specified Aeris account and application.
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.
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
Called when the module's map content source has loaded data.
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
Shows the map info panel using the specified title and data for the configured view associated with the module.
Triggers the specified event so that all registered listeners will be executed with the specified parameters.
Event name to trigger
Generated using TypeDoc
Initializes and returns a map source module instance configured with the specified options if provided.
MapSourceModule