MaplyTileID
typedef struct MaplyTileID MaplyTileID
This represents the indentifier for a unique tile in the pyramid.
Each tile in an image (or vector tile) pyramid can be uniquely identified by an x, y, and level. The levels start at zero and run to a maximum. x and y also start at zero and run to 2^level-1.
How these are interpreted is up to the tile source itself. For example, some tile sources start at the lower left for (0,0) and run to the upper left. Others do it the opposite way. There’s a flipY option in the MaplyQuadImageTileLayer to deal with this, but the system doesn’t care all that much as long as you are consistent.
See
MaplyTileSourceSee
MaplyQuadPagingLayerSee
MaplyQuadImageTilesLayer-
This represents the indentifier for a unique tile in the pyramid.
Each tile in an image (or vector tile) pyramid can be uniquely identified by an x, y, and level. The levels start at zero and run to a maximum. x and y also start at zero and run to 2^level-1.
How these are interpreted is up to the tile source itself. For example, some tile sources start at the lower left for (0,0) and run to the upper left. Others do it the opposite way. There’s a flipY option in the MaplyQuadImageTileLayer to deal with this, but the system doesn’t care all that much as long as you are consistent.
See
MaplyTileSourceSee
MaplyQuadPagingLayerSee
MaplyQuadImageTilesLayer