LocationEngineProviderType

public enum LocationEngineProviderType

The source that provides the location.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Location provided from GNSS satellites.

    Declaration

    Swift

    case gnss
  • Location calculated programmatically, e.g.: extrapolated from map data based on speed profiles of a current road.

    Declaration

    Swift

    case softDR