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
Declared In
MRDirectionsTypes.h