MMKRawTile
@interface MMKRawTile : NSObject |
A raw tile that can be displayed on the map.
Summary
Class methods
+ (nonnull MMKRawTile *)rawTileWithVersion:(nonnull MMKVersion *)version |
Properties
@property (nonatomic, readonly, nonnull) MMKVersion *version; |
@property (nonatomic, readonly, nonnull) |
@property (nonatomic, readonly, nonnull) NSString *etag; |
@property (nonatomic, readonly) MMKRawTileUseCache useCache; |
@property (nonatomic, readonly) MMKRawTileState state; |
@property (nonatomic, readonly, nonnull) NSData *rawData; |
Class methods
rawTileWithVersion:features:etag:useCache:state:rawData:
+ (nonnull MMKRawTile *)rawTileWithVersion:(nonnull MMKVersion *)version |
Properties
version
@property (nonatomic, readonly, nonnull) MMKVersion *version; |
features
@property (nonatomic, readonly, nonnull) |
etag
@property (nonatomic, readonly, nonnull) NSString *etag; |
useCache
@property (nonatomic, readonly) MMKRawTileUseCache useCache; |
state
@property (nonatomic, readonly) MMKRawTileState state; |
rawData
@property (nonatomic, readonly, nonnull) NSData *rawData; |