Class YMKTileId

The ID of a tile on the map.

Class Methods

Properties

x

The number of the tile horizontally.

y

The number of the tile vertically.

z

The number of columns and rows to split the map into.

x

The number of the tile horizontally.

y

The number of the tile vertically.

z

The number of columns and rows to split the map into.

Method Detail

+tileIdWithX:y:z:

+ (nonnull YMKTileId *)tileIdWithX:(NSUInteger)x
                                 y:(NSUInteger)y
                                 z:(NSUInteger)z 

Property Detail

x

(assign, readonly) NSUInteger x

The number of the tile horizontally.

y

(assign, readonly) NSUInteger y

The number of the tile vertically.

z

(assign, readonly) NSUInteger z

The number of columns and rows to split the map into.