• Describes the tiles data domain.

    See more

    Declaration

    Objective-C

    enum MBXTileDataDomain {}
  • TileRegion represents an identifiable geographic tile region with metadata

    See more

    Declaration

    Objective-C

    
    @interface MBXTileRegion : NSObject
  • Describes a tile region load request error.

    See more

    Declaration

    Objective-C

    
    @interface MBXTileRegionError : NSObject
  • Describes the reason for a tile region download request failure.

    See more

    Declaration

    Objective-C

    enum MBXTileRegionErrorType {}
  • Describes the tile region load option values.

    See more

    Declaration

    Objective-C

    
    @interface MBXTileRegionLoadOptions : NSObject
  • A tile region’s load progress includes counts of the number of resources that have completed downloading and the total number of resources that are required.

    See more

    Declaration

    Objective-C

    
    @interface MBXTileRegionLoadProgress : NSObject
  • TileStore manages downloads and storage for requests to tile-related API endpoints, enforcing a disk usage quota: tiles available on disk may be deleted to make room for a new download. This interface can be used by an app developer to set the disk quota. The rest of TileStore API is intended for native SDK consumption only.

    See more

    Declaration

    Objective-C

    
    @interface MBXTileStore : NSObject
  • These constants can be used as keys for TileStore::setOption to configure further aspects of a TileStore instance.

    See more

    Declaration

    Objective-C

    
    @interface MBXTileStoreOptions : NSObject
  • A bundle that encapsulates tilesets creation for the tile store implementation.

    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.

    Declaration

    Objective-C

    
    @interface MBXTilesetDescriptor : NSObject