RMTile.h | |
Functions | |
RMTileHash | Return a hash of the tile, used to override the NSObject hash method for RMTile. |
RMTileKey | Returns a unique key of the tile for use in the SQLite cache |
RMTileRectRound | Round the rectangle to whole numbers of tiles |
Return a hash of the tile, used to override the NSObject hash method for RMTile.
uint64_t RMTileHash( RMTile tile )
Returns a unique key of the tile for use in the SQLite cache
uint64_t RMTileKey( RMTile tile )
Round the rectangle to whole numbers of tiles
RMTileRect RMTileRectRound( RMTileRect rect )