LocationEngineProviderType
public enum LocationEngineProviderType
The source that provides the location.
This enum defines the various sources that can provide location data for the GeoLocation
struct.
It includes two types: gnss
(Global Navigation Satellite System), which represents location data from GNSS satellites, and softDR
,
which represents location data that is programmatically calculated.
-
Location provided from GNSS satellites.
This case represents location data obtained directly from GNSS satellites, providing high accuracy and real-time positioning.
Declaration
Swift
case gnss
-
Location calculated programmatically.
This case represents location data calculated programmatically, for example, extrapolated from map data based on speed profiles of a current road. It is used when GNSS data is not available or needs enhancement with additional data.
Declaration
Swift
case softDR