MapMatchedCoordinates
public struct MapMatchedCoordinates : Hashable
Information about the user defined coordinates and where they match to the map.
-
The user defined geographic coordinates.
Declaration
Swift
public var originalCoordinates: GeoCoordinates -
Map-matched geographic coordinates.
Declaration
Swift
public var matchedCoordinates: GeoCoordinates -
Creates a new instance.
Declaration
Swift
public init(originalCoordinates: GeoCoordinates, matchedCoordinates: GeoCoordinates)