IParentOnMap

Interface for a parent object that belongs to a particular map object.

Constructor | Events | Methods

Constructor

IParentOnMap()

events

Name

Description

mapchange

Map reference changed. Data fields:

  • oldMap - Old map.
  • newMap - New map.

Methods

Name

Returns

Description

getMap()

Map

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.