| Package | com.myflashlab.air.extensions.gps |
| Class | public class GpsEvent |
| Inheritance | GpsEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
GpsEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false) | GpsEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| LOCATION_UPDATE : String = onLocationUpdated [static]
Dispatches when a new user location is available. | GpsEvent | ||
| GpsEvent | () | Constructor |
public function GpsEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
data:* (default = null) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| LOCATION_UPDATE | Constant |
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