Home > @magiclane/maps-sdk > GemPosition
GemPosition class
Signature:
export declare abstract class GemPosition extends SenseData Extends: SenseData
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
number |
Horizontal accuracy of position in meters | |
|
|
number |
Vertical accuracy of position in meters | |
|
|
number |
Altitude above main sea level in meters | |
|
|
Geographical coordinates of the position | ||
|
|
number |
The course (direction) of the movement in degrees (0 = north, 90 = east) | |
|
|
number |
Course accuracy in degrees | |
|
|
Fix quality (whether this position is trustworthy) | ||
|
|
boolean |
Whether altitude is available | |
|
|
boolean |
Whether coordinates are available and valid | |
|
|
boolean |
Whether course is available and valid | |
|
|
boolean |
Whether course accuracy is available and valid | |
|
|
boolean |
Whether horizontal accuracy is available and valid | |
|
|
boolean |
Whether speed is available and valid | |
|
|
boolean |
Whether speed accuracy is available and valid | |
|
|
boolean |
Whether vertical accuracy is available and valid | |
|
|
number |
Geographical latitude in degrees (-90 to +90) | |
|
|
number |
Geographical longitude in degrees (-180 to +180) | |
|
|
Provider type: GPS, Network, Unknown | ||
|
|
Date |
Satellite timestamp | |
|
|
number |
Travel speed in m/s (-1 means no speed information) | |
|
|
number |
Travel speed accuracy in m/s | |
|
|
Date |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
|