API Documentation
|
A "Tile" containing data for. More...
#include <MercatorImageManager.h>
Public Types | |
enum class | DPI : uint04 { e_low = 1 , e_high = 2 , e_auto } |
enum class | Resolution : uint04 { e_low_256 = 1 , e_high_512 = 2 } |
Public Member Functions | |
UUID | getUUID (UUID parent_id) const |
WebMercatorTile () | |
WebMercatorTile (uint04 x, uint04 y, uint04 zoom, Resolution resolution, DPI dpi, bool include_labels) | |
Static Public Member Functions | |
static uint04 | convertResolutionToPixels (Resolution resolution) |
Public Attributes | |
DPI | dpi = DPI::e_low |
String | language |
Resolution | resolution = Resolution::e_low_256 |
Vector< 2, uint04 > | tile = Vector < 2, uint04>(0U) |
uint04 | zoom = 0 |
|
strong |
|
inline |
WebMercatorTile | ( | uint04 | x, |
uint04 | y, | ||
uint04 | zoom, | ||
Resolution | resolution, | ||
DPI | dpi, | ||
bool | include_labels ) |
|
static |
DPI dpi = DPI::e_low |
String language |
Resolution resolution = Resolution::e_low_256 |
uint04 zoom = 0 |