RMTile.h

Summary
RMTile.h
Functions
RMTileHashReturn a hash of the tile, used to override the NSObject hash method for RMTile.
RMTileKeyReturns a unique key of the tile for use in the SQLite cache
RMTileRectRoundRound the rectangle to whole numbers of tiles

Functions

RMTileHash

uint64_t RMTileHash(RMTile tile)

Return a hash of the tile, used to override the NSObject hash method for RMTile.

Parameters

tile{<RMTile>}

RMTileKey

uint64_t RMTileKey(RMTile tile)

Returns a unique key of the tile for use in the SQLite cache

Parameters

tile{<RMTile>}

RMTileRectRound

RMTileRect RMTileRectRound(RMTileRect rect)

Round the rectangle to whole numbers of tiles

Parameters

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