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 MapMatchingResult is generated by the MapMatchingEngine.

    Declaration

    Swift

    func didMapMatchLocation(mapMatchingResult: MapMatchingResult)

    Parameters

    mapMatchingResult

    The location and its details on the road network that matches the navigation location.