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
MapMatchingResult
was generated by theMapMatchingEngine
.Declaration
Swift
func didMapMatchLocation(mapMatchingResult: MapMatchingResult)
Parameters
mapMatchingResult
The location and its details on the road network that matches the navigation location.