MRDDirectionsAssistantAction Constants Reference

Declared in MRDDirectionsAssistantProtocol.h

MRDDirectionsAssistantAction

Actions of the buttons being tapped for the delegate to utilize. This helps determine what actually has happened. Also used internally for toggling button types and states.

Definition

typedef NS_ENUM(NSInteger, MRDDirectionsAssistantAction ) {
   MRDDirectionsAssistantOverviewAction = 0,
   MRDDirectionsAssistantEndRouteAction,
   MRDDirectionsAssistantResumeAction,
};

Constants

MRDDirectionsAssistantOverviewAction

The action for when the overview button is tapped.

Declared In MRDDirectionsAssistantProtocol.h.

MRDDirectionsAssistantEndRouteAction

The action for when the end route button is tapped.

Declared In MRDDirectionsAssistantProtocol.h.

MRDDirectionsAssistantResumeAction

The the action for when the resume button is tapped.

Declared In MRDDirectionsAssistantProtocol.h.

Declared In

MRDDirectionsAssistantProtocol.h