NavigableLocation
public struct NavigableLocation : Hashable
Contains all the relevant information on the current location.
-
The original location that was passed in via
LocationDelegate.Declaration
Swift
public var originalLocation: Location -
The map-matched location on a road. It is calculated from the passed in
NavigableLocation.originalLocation.Declaration
Swift
public var mapMatchedLocation: MapMatchedLocation? -
Creates a new instance.
Declaration
Swift
public init(originalLocation: Location, mapMatchedLocation: MapMatchedLocation? = nil)