-
Describes the tiles data domain.
See moreDeclaration
Objective-C
enum MBXTileDataDomain : NSInteger {}
-
TileRegion represents an identifiable geographic tile region with metadata
See moreDeclaration
Objective-C
@interface MBXTileRegion : NSObject
-
Describes a tile region load request error.
See moreDeclaration
Objective-C
@interface MBXTileRegionError : NSObject
-
Describes the reason for a tile region download request failure.
See moreDeclaration
Objective-C
enum MBXTileRegionErrorType : NSInteger {}
-
Describes the tile region load option values.
See moreDeclaration
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 moreDeclaration
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 moreDeclaration
Objective-C
@interface MBXTileStore : NSObject
-
These constants can be used as keys for TileStore::setOption to configure further aspects of a TileStore instance.
See moreDeclaration
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