MBXTilesetDescriptor.h 692 B

123456789101112131415161718192021
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. /**
  4. * A bundle that encapsulates tilesets creation for the tile store implementation.
  5. *
  6. * Tileset descriptors describe the type of data that should be part of the Offline Region, like the routing profile for Navigation and the Tilesets of the Map style.
  7. */
  8. NS_SWIFT_NAME(TilesetDescriptor)
  9. __attribute__((visibility ("default")))
  10. @interface MBXTilesetDescriptor : NSObject
  11. // This class provides custom init which should be called
  12. - (nonnull instancetype)init NS_UNAVAILABLE;
  13. // This class provides custom init which should be called
  14. + (nonnull instancetype)new NS_UNAVAILABLE;
  15. @end