Enumeration AegirMapEvents

Enum for dispatched events

Enumeration Members

DID_CHANGE_CAMERA_POSITION: "didChangeCameraPosition"

event fired when the map's camera changes

DID_FINISH_LOADING_MAPVIEW: "didFinishLoadingMapView"

event fired when the map is fully loaded

DID_OPEN_ANNOTATION_POPUP: "didOpenAnnotationPopup"

event fired when annotation popup is displayed

DID_SELECT_ANNOTATION: "didSelectAnnotation"

event fired when a map annotation is clicked

DID_SELECT_ANNOTATION_POPUP: "didSelectAnnotationPopup"

event fired when annotation popups are clicked

Deprecated

since 2.0

DID_SELECT_BUILDING: "didSelectBuilding"

event fired when a map building is clicked

DID_SELECT_UNIT: "didSelectUnit"

event fired when a map unit is clicked

DID_ZOOM: "didZoom"

event fired after the map has changed zoom level

WILL_ZOOM: "willZoom"

event fired before the map changes zoom level

Generated using TypeDoc