MBXTileRegionErrorType
enum MBXTileRegionErrorType : NSInteger {}
Describes the reason for a tile region download request failure.
-
The operation was canceled.
Declaration
Objective-C
MBXTileRegionErrorTypeCanceled
-
tile region does not exist.
Declaration
Objective-C
MBXTileRegionErrorTypeDoesNotExist
-
Tileset descriptors resolving failed.
Declaration
Objective-C
MBXTileRegionErrorTypeTilesetDescriptor
-
There is no available space to store the resources
Declaration
Objective-C
MBXTileRegionErrorTypeDiskFull
-
Other reason.
Declaration
Objective-C
MBXTileRegionErrorTypeOther
-
The region contains more tiles than allowed.
Declaration
Objective-C
MBXTileRegionErrorTypeTileCountExceeded