LocationMapMatchingObserver
public protocol LocationMapMatchingObserver : Observer
An observer that receives navigation map matching events.
Check the MapMatchingEngine documentation for more information on map-matching.
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. Called when the new
MapMatchingResultwas generated by theMapMatchingEngine.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.43.0)
LocationMapMatchingObserver