Packagecom.esri.aws.awx.geom
Classpublic class GeoPoint
InheritanceGeoPoint Inheritance flash.geom.Point
SubclassesCircleShape, PointShape

GeoPoint represents a geographic location.



Public Methods
 MethodDefined by
  
GeoPoint(x:Number = 0.0, y:Number = 0.0)
Creates a new GeoPoint.
GeoPoint
Constructor detail
GeoPoint()constructor
public function GeoPoint(x:Number = 0.0, y:Number = 0.0)

Creates a new GeoPoint.

Parameters
x:Number (default = 0.0) — the geographic longitude.
 
y:Number (default = 0.0) — the geographic latitude.