MMKTileId
@interface MMKTileId : NSObject |
The ID of a tile on the map.
Summary
Class methods
+ (nonnull MMKTileId *)tileIdWithX:( NSUInteger)x |
Properties
@property (nonatomic, readonly) NSUInteger x; |
@property (nonatomic, readonly) NSUInteger y; |
@property (nonatomic, readonly) NSUInteger z; |
Class methods
tileIdWithX:y:z:
+ (nonnull MMKTileId *)tileIdWithX:( NSUInteger)x |
Properties
x
@property (nonatomic, readonly) NSUInteger x; |
The number of the tile horizontally.
y
@property (nonatomic, readonly) NSUInteger y; |
The number of the tile vertically.
z
@property (nonatomic, readonly) NSUInteger z; |
The number of columns and rows to split the map into.