Class AWLatLon
Object
|
+--AWLatLon
- class
AWLatLon
AWLatLon is a class that encapsulates location information.
Defined in awxapi-1.0.js.
|
Field Summary |
Number |
lat
The latitude value. Valid values are -90 to 90. |
Number |
lon
The longitude value. Valid values are -180 to 180. |
|
Constructor Summary |
AWLatLon
( <Number> lat, <Number> lon )
Create a new AWLatLon instance based on a latitude and longitude value.
|
lat
Number lat
The latitude value.
Valid values are -90 to 90.
lon
Number lon
The longitude value.
Valid values are -180 to 180.
AWLatLon
AWLatLon( <Number> lat, <Number> lon )
Create a new AWLatLon instance based on a latitude and longitude value.
Parameters:
lat - The latitude value.
Valid values are -90 to 90.
lon - The longitude value.
Valid values are -180 to 180.