| 1234567891011121314 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- // NOLINTNEXTLINE(modernize-use-using)
- typedef NS_ENUM(NSInteger, MBNNActiveGuidanceMode)
- {
- /** To be used if profile used in Directions API is `mapbox/driving` or `mapbox/driving-traffic` */
- MBNNActiveGuidanceModeDriving,
- /** To be used if profile used in Directions API is `mapbox/walking` */
- MBNNActiveGuidanceModeWalking,
- /** To be used if profile used in Directions API is `mapbox/cycling` */
- MBNNActiveGuidanceModeCycling
- } NS_SWIFT_NAME(ActiveGuidanceMode);
|