LocationMapMatchingObserver
public protocol LocationMapMatchingObserver : Observer
Declares an observer that can receive navigation map matching events.
Check the MapMatchingEngine documentation for more information on map-matching.
-
Notifies that a location has been matched to the road network.
Notifies when the new
MapMatchingResultis 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.51.1)
LocationMapMatchingObserver