MMKGuidanceListener

@protocol MMKGuidanceListener <NSObject>

Undocumented

Summary

Instance methods

- (void)onLocationChanged;
Undocumented

- (void)onCurrentRouteChangedWithReason:(MMKRouteChangeReason)reason;
Undocumented

- (void)onRouteLost;
Undocumented

- (void)onReturnedToRoute;
Undocumented

- (void)onRouteFinished;
Undocumented

- (void)onWayPointReached;
Undocumented

- (void)onStandingStatusChanged;
Undocumented

- (void)onRoadNameChanged;
Undocumented

- (void)onSpeedLimitUpdated;
Undocumented

- (void)onSpeedLimitStatusUpdated;
Undocumented

- (void)onAlternativesChanged;
Undocumented

- (void)onFastestAlternativeChanged;
Undocumented

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