LocationEngineProviderType

public enum LocationEngineProviderType

The source that provides the location.

  • 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