| Package | com.distriqt.extension.location.events |
| Class | public class LocationEvent |
| Inheritance | LocationEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| position : Position
The geographic position information associated with this event
| LocationEvent | ||
| Method | Defined By | ||
|---|---|---|---|
LocationEvent(type:String, position:Position, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| LocationEvent | ||
clone():Event [override] | LocationEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| UPDATE : String = location:update [static]
Dispatched when the geographic position of the device is updated
| LocationEvent | ||
| position | property |
public var position:PositionThe geographic position information associated with this event
| LocationEvent | () | Constructor |
public function LocationEvent(type:String, position:Position, bubbles:Boolean = false, cancelable:Boolean = false)Constructor
Parameterstype:String | |
position:Position | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| UPDATE | Constant |
public static const UPDATE:String = location:update
Dispatched when the geographic position of the device is updated