Warning

This feature is available in the Full MapKit version.

MMKDrivingTollRoadsPriceListener

protocol MMKDrivingTollRoadsPriceListener : NSObjectProtocol

A listener to monitor toll roads price changes. (toll roads price info update starts by Route.requestTollRoadsPriceUpdate call)

Summary

Instance methods

func onTollRoadsPriceUpdated()
Triggers when toll roads price info is updated

func onTollRoadsPriceUpdateErrorWithError(_ error: Error)
Triggers in case of toll roads price update error

Instance methods

onTollRoadsPriceUpdated()

func onTollRoadsPriceUpdated()

Triggers when toll roads price info is updated.


onTollRoadsPriceUpdateErrorWithError(_:)

func onTollRoadsPriceUpdateErrorWithError(_ error: Error)

Triggers in case of toll roads price update error.