Geolocation.hx 394 B

12345678910
  1. package flash.sensors;
  2. @:require(flash10_1) extern class Geolocation extends flash.events.EventDispatcher {
  3. @:flash.property var muted(get,never) : Bool;
  4. function new() : Void;
  5. private function get_muted() : Bool;
  6. function setRequestedUpdateInterval(interval : Float) : Void;
  7. @:flash.property static var isSupported(get,never) : Bool;
  8. private static function get_isSupported() : Bool;
  9. }