MMKGuidanceListener
protocol MMKGuidanceListener : NSObjectProtocol |
Undocumented
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() |
Undocumented
onCurrentRouteChanged(with:)
func onCurrentRouteChanged(with reason: MMKRouteChangeReason) |
Undocumented
onRouteLost()
func onRouteLost() |
Undocumented
onReturnedToRoute()
func onReturnedToRoute() |
Undocumented
onRouteFinished()
func onRouteFinished() |
Undocumented
onWayPointReached()
func onWayPointReached() |
Undocumented
onStandingStatusChanged()
func onStandingStatusChanged() |
Undocumented
onRoadNameChanged()
func onRoadNameChanged() |
Undocumented
onSpeedLimitUpdated()
func onSpeedLimitUpdated() |
Undocumented
onSpeedLimitStatusUpdated()
func onSpeedLimitStatusUpdated() |
Undocumented
onAlternativesChanged()
func onAlternativesChanged() |
Undocumented
onFastestAlternativeChanged()
func onFastestAlternativeChanged() |
Undocumented