- Source:
Methods
(inner) toLatLon(easting, northing, zone, zoneLetter) → {Array}
Converts UTM coordinates in database store records to
latitude/longitude for use with the map
Parameters:
| Name | Type | Description |
|---|---|---|
easting |
number | UTM easting of store |
northing |
number | UTM northing of store |
zone |
string | UTM zone of store |
zoneLetter |
string | UTM zone letter of store |
- Source:
Returns:
- Array of coordinates as [latitude, longitude]
- Type
- Array