MBNNActiveGuidanceGeometryEncoding.h 652 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, MBNNActiveGuidanceGeometryEncoding)
  5. {
  6. /** To be used if `geometries` field in Directions API request is `geojson` */
  7. MBNNActiveGuidanceGeometryEncodingGeoJSON,
  8. /** To be used if `geometries` field in Directions API request is `polyline5` */
  9. MBNNActiveGuidanceGeometryEncodingPolyline5,
  10. /** To be used if `geometries` field in Directions API request is `polyline6`` */
  11. MBNNActiveGuidanceGeometryEncodingPolyline6
  12. } NS_SWIFT_NAME(ActiveGuidanceGeometryEncoding);