Class AWLatLonExtent
Object
|
+--AWLatLonExtent
- class
AWLatLonExtent
AWLatLonExtent is a class that encapsulates a location extent.
Defined in awxapi-1.0.js.
|
Field Summary |
Number |
maxLat
The extent's maximum latitude value. |
Number |
maxLon
The extent's maximum longitude value. |
Number |
minLat
The extent's minimum latitude value. |
Number |
minLon
The extent's minimum longitude value. |
|
Constructor Summary |
AWLatLonExtent
( <Number> minLat, <Number> minLon, <Number> maxLat, <Number> maxLon )
Create a new AWLatLonExtent instance based on the minimum and maximum latitude and longitude values.
|
maxLat
Number maxLat
The extent's maximum latitude value.
maxLon
Number maxLon
The extent's maximum longitude value.
minLat
Number minLat
The extent's minimum latitude value.
minLon
Number minLon
The extent's minimum longitude value.
AWLatLonExtent
AWLatLonExtent( <Number> minLat, <Number> minLon, <Number> maxLat, <Number> maxLon )
Create a new AWLatLonExtent instance based on the minimum and maximum latitude and longitude values.
Parameters:
minLat - The minimum latitude.
minLon - The minimum longitude.
maxLat - The maximum latitude.
maxLon - The maximum longitude.
Returns:
An instance of AWLatLonExtent.