MMKGuidanceListener
Warning
This feature is available in the NaviKit SDK version.
|
protocol MMKGuidanceListener : NSObjectProtocol |
Summary
Instance methods
|
func onLocationChanged() |
|
func onCurrentRouteChanged(with reason: MMKRouteChangeReason) |
|
func onRouteLost() |
|
func onReturnedToRoute() |
|
func onRouteFinished() |
|
func onWayPointReached() |
|
func onStandingStatusChanged() |
|
func onRoadNameChanged() |
|
func onSpeedLimitUpdated() |
|
func onSpeedLimitStatusUpdated() |
|
func onAlternativesChanged() |
|
func onFastestAlternativeChanged() |
Instance methods
onLocationChanged()
|
func onLocationChanged() |
onCurrentRouteChanged(with:)
|
func onCurrentRouteChanged(with reason: MMKRouteChangeReason) |
onRouteLost()
|
func onRouteLost() |
onReturnedToRoute()
|
func onReturnedToRoute() |
onRouteFinished()
|
func onRouteFinished() |
onWayPointReached()
|
func onWayPointReached() |
onStandingStatusChanged()
|
func onStandingStatusChanged() |
onRoadNameChanged()
|
func onRoadNameChanged() |
onSpeedLimitUpdated()
|
func onSpeedLimitUpdated() |
onSpeedLimitStatusUpdated()
|
func onSpeedLimitStatusUpdated() |
onAlternativesChanged()
|
func onAlternativesChanged() |
onFastestAlternativeChanged()
|
func onFastestAlternativeChanged() |