Fork me on GitHub
Show:

GeolocatePosition

Summary

Follows HTML5 Postion object specification, except for the latLon property, which uses the aeris-standard format.

Some position properties may be unavailable - if using a IP location service, for example. In this case, their values will be null.

Constructor

aeris.geolocate.results.GeolocatePosition

Syntax

aeris.geolocate.results.GeolocatePosition

(
  • position
)

Summary

Parameters:

  • position Object

    Gelocated position.

Properties

accuracy

Syntax

accuracy

Number | Null

Summary

altitude

Syntax

altitude

Number | Null

Summary

altitudeAccuracy

Syntax

altitudeAccuracy

Number | Null

Summary

heading

Syntax

heading

Number | Null

Summary

speed

Syntax

speed

Number | Null

Summary

timestamp

Syntax

timestamp

Date | Null

Summary