MatchedLocation
public struct MatchedLocation
The result of matching the original location to the available map.
-
The map-matched location relative to the original location.
Declaration
Swift
public var mapMatchedLocation: MapMatchedLocation? -
The original received location.
Declaration
Swift
public var originalLocation: Location -
Creates a new instance.
Declaration
Swift
public init(mapMatchedLocation: MapMatchedLocation? = nil, originalLocation: Location)