MapMatchingResult

public struct MapMatchingResult

The MapMatchingResult provides information about the matched location and its details.

Important

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

Lifecycle

Public

  • Contains the current matched location as well as predictions.

    Declaration

    Swift

    public let matchedLocation: MatchedLocation
  • Contains details about the map matching result not related to location.

    Declaration

    Swift

    public let routeMatchingDetails: RouteMatchingDetails
  • The monotonic time since boot.

    Declaration

    Swift

    public let timestamp: Measurement<UnitDuration>
  • List of alternative predictions

    Declaration

    Swift

    public let alternativeMatchedLocations: [MatchedLocation]
  • The list of predicted locations.

    Declaration

    Swift

    public let predictions: [GeoLocation]
  • The matched GeoLocation from matchedLocation

    Declaration

    Swift

    public var geoLocation: GeoLocation { get }