Static variables
Constructor
@:value({ timestamp : 0, heading : 0, speed : 0, vAccuracy : 0, hAccuracy : 0, altitude : 0, longitude : 0, latitude : 0, cancelable : false, bubbles : false })new(type:String, bubbles:Bool = false, cancelable:Bool = false, latitude:Float = 0, longitude:Float = 0, altitude:Float = 0, hAccuracy:Float = 0, vAccuracy:Float = 0, speed:Float = 0, heading:Float = 0, timestamp:Float = 0)
Variables
Inherited Variables
Inherited Methods