Class WayPointPropertiesDialogEventListeners

A simple container for the WayPointProperties event listeners

Source : file dialogs/wayPointPropertiesDialog/WayPointPropertiesDialogEventListeners.js at line 33

Constructor

new WayPointPropertiesDialogEventListeners ( wayPointPropertiesDialog, latLng )

The constructor

Source : file dialogs/wayPointPropertiesDialog/WayPointPropertiesDialogEventListeners.js at line 48

Parameters

Name Type Description
wayPointPropertiesDialog WayPointPropertiesDialog

A reference to the dialog object

latLng Array of Number

The lat and lng of the waypoint

Public getters and setters

readonly get addressButtonClick : AddressButtonClickEL

The address buton click event listener

Source : file dialogs/wayPointPropertiesDialog/WayPointPropertiesDialogEventListeners.js at line 66

Public methods

destructor ( )

Set all events listeners to nul and then release all references to the dialog

Source : file dialogs/wayPointPropertiesDialog/WayPointPropertiesDialogEventListeners.js at line 57

Private properties

#addressButtonClick : AddressButtonClickEL

The address buton click event listener

Source : file dialogs/wayPointPropertiesDialog/WayPointPropertiesDialogEventListeners.js at line 40