MBNNRouteAlertLocation.h 586 B

1234567891011121314151617181920
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXGeometry;
  4. /** can be returned from Route Alerts API */
  5. NS_SWIFT_NAME(RouteAlertLocation)
  6. __attribute__((visibility ("default")))
  7. @interface MBNNRouteAlertLocation : NSObject
  8. // This class provides custom init which should be called
  9. - (nonnull instancetype)init NS_UNAVAILABLE;
  10. // This class provides custom init which should be called
  11. + (nonnull instancetype)new NS_UNAVAILABLE;
  12. /** raw shape */
  13. - (nonnull MBXGeometry *)getShape __attribute((ns_returns_retained));
  14. @end