Home > @magiclane/maps-sdk > Provider

Provider enum

Position provider

Signature:

export declare enum Provider 

Enumeration Members

Member

Value

Description

gps

1

The position is obtained from a GPS sensor

mapMatching

4

The position is matched with a map

network

2

The position is obtained from a network-based source

sensorFusion

3

The position is improved using inertial sensors

simulation

5

The position data comes from a simulation

unknown

0

The position provider is unknown