Helper class for the address button
The constructor
| Name | Type | Description |
|---|---|---|
| noteDialog | NoteDialog | A reference to the Notedialog object |
Set the address in the dialog, using GeoCoder
| Name | Type | Description |
|---|---|---|
| latLng | Array of Number | The lat and lng of the address to find |
A reference to the dialog object
Success handler for the geoCoder.getAddressWithPromise ( ) method
| Name | Type | Description |
|---|---|---|
| address | GeoCoderAddress | The address found by the geocoder |