NavigationMapMatchingObserver
public protocol NavigationMapMatchingObserver : Observer
An observer that receives navigation map matching events.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Reports that a location has been matched to the road network.
Declaration
Swift
func didMapMatchLocation(mapMatchingResult: MapMatchingResult)Parameters
mapMatchingResultThe location and its details on the road network that matches the navigation location.
TomTom SDK for iOS (0.40.0)
NavigationMapMatchingObserver