Packagede.bytepark.geostats.events
Classpublic class LatLongEvent
InheritanceLatLongEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  latLongInstance : LatLong
LatLongEvent
Public Methods
 MethodDefined by
  
LatLongEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
LatLongEvent
  
clone():Event
LatLongEvent
Public Constants
 ConstantDefined by
  LATITUDE_CHANGED : String = "latitudeChanged"
[static]
LatLongEvent
  LONGITUDE_CHANGED : String = "longitudeChanged"
[static]
LatLongEvent
Property detail
latLongInstanceproperty
public var latLongInstance:LatLong
Constructor detail
LatLongEvent()constructor
public function LatLongEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
LATITUDE_CHANGEDconstant
public static const LATITUDE_CHANGED:String = "latitudeChanged"
LONGITUDE_CHANGEDconstant 
public static const LONGITUDE_CHANGED:String = "longitudeChanged"