Packagecom.myflashlab.air.extensions.gps
Classpublic class GpsEvent
InheritanceGpsEvent Inheritance flash.events.Event



Public Methods
 MethodDefined By
  
GpsEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)
GpsEvent
Public Constants
 ConstantDefined By
  LOCATION_UPDATE : String = onLocationUpdated
[static] Dispatches when a new user location is available.
GpsEvent
Constructor Detail
GpsEvent()Constructor
public function GpsEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
data:* (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
LOCATION_UPDATEConstant
public static const LOCATION_UPDATE:String = onLocationUpdated

Dispatches when a new user location is available. This event will be dispatched only when you have started the Gps service using Gps.location.start method.

See also