MBNNActiveGuidanceMode.h 590 B

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