NavigationMapMatchingObserver

public protocol NavigationMapMatchingObserver : Observer

An observer to receive 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

    mapMatchingResult

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