#include <coordinates.h>
Public Attributes | |
NumericType | x |
NumericType | y |
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
Definition at line 41 of file coordinates.h.
NumericType TileCoordinateGeneric< NumericType >::x |
Definition at line 43 of file coordinates.h.
NumericType TileCoordinateGeneric< NumericType >::y |
Definition at line 43 of file coordinates.h.