Home > @magiclane/maps-sdk > Provider
Provider enum
Position provider
Signature:
export declare enum Provider Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
gps |
|
The position is obtained from a GPS sensor |
|
mapMatching |
|
The position is matched with a map |
|
network |
|
The position is obtained from a network-based source |
|
sensorFusion |
|
The position is improved using inertial sensors |
|
simulation |
|
The position data comes from a simulation |
|
unknown |
|
The position provider is unknown |