Class GeoCoderHelper

Helper class for the address button

Source : file controls/addressControl/GeoCoderHelper.js at line 34

Constructor

new GeoCoderHelper ( noteDialog )

The constructor

Source : file controls/addressControl/GeoCoderHelper.js at line 71

Parameters

Name Type Description
noteDialog NoteDialog

A reference to the Notedialog object

Public methods

setAddressWithGeoCoder ( latLng )

Set the address in the dialog, using GeoCoder

Source : file controls/addressControl/GeoCoderHelper.js at line 81

Parameters

Name Type Description
latLng Array of Number

The lat and lng of the address to find

Private properties

#dialog : ModalBaseDialog

A reference to the dialog object

Source : file controls/addressControl/GeoCoderHelper.js at line 41

Private methods

#onAddressUpdatedByGeoCoder ( address )

Success handler for the geoCoder.getAddressWithPromise ( ) method

Source : file controls/addressControl/GeoCoderHelper.js at line 48

Parameters

Name Type Description
address GeoCoderAddress

The address found by the geocoder