IParentOnMap
Interface for a parent object that belongs to a particular map object.
Constructor | Events | Methods
Constructor
IParentOnMap()
events
| Name | Description | 
| Map reference changed. Data fields: 
 | 
Methods
| Name | Returns | Description | 
| getMap() | Returns reference to the map. | 
Events details
mapchange
Map reference changed. Data fields:
- oldMap - Old map.
- newMap - New map.
Methods details
getMap
{Map} getMap()
Returns reference to the map.
Was the article helpful?
Previous