LocationSnapshot

public struct LocationSnapshot

Snapshot of current location information during navigation.

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • Current raw (not map-matched) GeoLocation.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public let rawLocation: GeoLocation
  • Current MapMatchingResult.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public let mapMatchingResult: MapMatchingResult
  • Current LocationContext.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public let locationContext: LocationContext