MRDirectionsTransportType Constants Reference

Declared in MRDirectionsTypes.h

MRDirectionsTransportType

Constants that specify the type of conveyance to be used.

Definition

typedef NS_OPTIONS(NSUInteger, MRDirectionsTransportType ) {
   MRDirectionsTransportTypeWalking = 1 < < 0,
   MRDirectionsTransportTypeAccessible = 1 < < 1,
   MRDirectionsTransportTypeAny = 0 x0FFFFFFF,
};

Constants

MRDirectionsTransportTypeWalking

For normal walking directions.

Declared In MRDirectionsTypes.h.

MRDirectionsTransportTypeAccessible

If accessible paths should be used.

Declared In MRDirectionsTypes.h.

MRDirectionsTransportTypeAny

Any mode of transport.

Declared In MRDirectionsTypes.h.

Declared In

MRDirectionsTypes.h