Geolocation.hx 279 B

12345678
  1. package flash.sensors;
  2. @:require(flash10_1) extern class Geolocation extends flash.events.EventDispatcher {
  3. var muted(default,never) : Bool;
  4. function new() : Void;
  5. function setRequestedUpdateInterval(interval : Float) : Void;
  6. static var isSupported(default,never) : Bool;
  7. }