Constructor
new Location()
Properties:
Name | Type | Description |
---|---|---|
lat |
String | The corresponding layer's index |
lon |
String | The corresponding layer's index |
- Version:
- 1.5.00
Methods
locationHasSameCoordinates(loc) → {boolean}
Check to see if the given location is identical
Parameters:
Name | Type | Description |
---|---|---|
loc |
Object | centigon.mapping.Location |
Returns:
- Type
- boolean
toCsvLatLon() → {String}
Returns lat,lon
Returns:
- Type
- String
toCsvLonLat() → {String}
Returns lon,lat
Returns:
- Type
- String