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.
 

Field Detail

lat

Number lat

lon

Number lon

Constructor Detail

AWLatLon

AWLatLon( <Number> lat, <Number> lon )