Struct TileCoordinate

Struct Documentation

struct TileCoordinate

A coordinate for identifying the position of a tile at a given zoom level

“Tile coordinates” use the coordinate system explained in https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#X_and_Y

Public Functions

inline bool operator==(const TileCoordinate &other) const
inline bool operator!=(const TileCoordinate &other) const
inline bool operator<(const TileCoordinate &other) const

Public Members

int x
int y
int z