MMKGuidanceListener
@protocol MMKGuidanceListener <NSObject> |
Undocumented
Summary
Instance methods
- (void)onLocationChanged; |
- (void)onCurrentRouteChangedWithReason:(MMKRouteChangeReason)reason; |
- (void)onRouteLost; |
- (void)onReturnedToRoute; |
- (void)onRouteFinished; |
- (void)onWayPointReached; |
- (void)onStandingStatusChanged; |
- (void)onRoadNameChanged; |
- (void)onSpeedLimitUpdated; |
- (void)onSpeedLimitStatusUpdated; |
- (void)onAlternativesChanged; |
- (void)onFastestAlternativeChanged; |
Instance methods
onLocationChanged
- (void)onLocationChanged; |
Undocumented
onCurrentRouteChangedWithReason:
- (void)onCurrentRouteChangedWithReason:(MMKRouteChangeReason)reason; |
Undocumented
onRouteLost
- (void)onRouteLost; |
Undocumented
onReturnedToRoute
- (void)onReturnedToRoute; |
Undocumented
onRouteFinished
- (void)onRouteFinished; |
Undocumented
onWayPointReached
- (void)onWayPointReached; |
Undocumented
onStandingStatusChanged
- (void)onStandingStatusChanged; |
Undocumented
onRoadNameChanged
- (void)onRoadNameChanged; |
Undocumented
onSpeedLimitUpdated
- (void)onSpeedLimitUpdated; |
Undocumented
onSpeedLimitStatusUpdated
- (void)onSpeedLimitStatusUpdated; |
Undocumented
onAlternativesChanged
- (void)onAlternativesChanged; |
Undocumented
onFastestAlternativeChanged
- (void)onFastestAlternativeChanged; |
Undocumented