// This file is generated and will be overwritten automatically. #import // 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);