Packagelaya.device.geolocation
Classpublic class GeolocationInfo
InheritanceGeolocationInfo Inheritance Object



Public Properties
 PropertyDefined By
  accuracy : Number
[read-only]
GeolocationInfo
  altitude : Number
[read-only]
GeolocationInfo
  altitudeAccuracy : Number
[read-only]
GeolocationInfo
  heading : Number
[read-only]
GeolocationInfo
  latitude : Number
[read-only]
GeolocationInfo
  longitude : Number
[read-only]
GeolocationInfo
  speed : Number
[read-only]
GeolocationInfo
  timestamp : Number
[read-only]
GeolocationInfo
Public Methods
 MethodDefined By
  
setPosition(pos:*):void
GeolocationInfo
Property Detail
accuracyproperty
accuracy:Number  [read-only]


Implementation
    public function get accuracy():Number
altitudeproperty 
altitude:Number  [read-only]


Implementation
    public function get altitude():Number
altitudeAccuracyproperty 
altitudeAccuracy:Number  [read-only]


Implementation
    public function get altitudeAccuracy():Number
headingproperty 
heading:Number  [read-only]


Implementation
    public function get heading():Number
latitudeproperty 
latitude:Number  [read-only]


Implementation
    public function get latitude():Number
longitudeproperty 
longitude:Number  [read-only]


Implementation
    public function get longitude():Number
speedproperty 
speed:Number  [read-only]


Implementation
    public function get speed():Number
timestampproperty 
timestamp:Number  [read-only]


Implementation
    public function get timestamp():Number
Method Detail
setPosition()method
public function setPosition(pos:*):void

Parameters

pos:*