#include <tile_map_view.h>
|
| void | DrawTiles (std::vector< Tile > &tiles, int priority) |
| |
| void | InitializeTile (int32_t level, int64_t x, int64_t y, Tile &tile, int priority) |
| |
| void | ToLatLon (int32_t level, double x, double y, double &latitude, double &longitude) |
| |
Definition at line 61 of file tile_map_view.h.
◆ TileMapView()
| tile_map::TileMapView::TileMapView |
( |
| ) |
|
◆ Draw()
| void tile_map::TileMapView::Draw |
( |
| ) |
|
◆ DrawTiles()
| void tile_map::TileMapView::DrawTiles |
( |
std::vector< Tile > & |
tiles, |
|
|
int |
priority |
|
) |
| |
|
private |
◆ InitializeTile()
| void tile_map::TileMapView::InitializeTile |
( |
int32_t |
level, |
|
|
int64_t |
x, |
|
|
int64_t |
y, |
|
|
Tile & |
tile, |
|
|
int |
priority |
|
) |
| |
|
private |
◆ IsReady()
| bool tile_map::TileMapView::IsReady |
( |
| ) |
|
◆ ResetCache()
| void tile_map::TileMapView::ResetCache |
( |
| ) |
|
◆ SetTileSource()
◆ SetTransform()
◆ SetView()
| void tile_map::TileMapView::SetView |
( |
double |
latitude, |
|
|
double |
longitude, |
|
|
double |
scale, |
|
|
int32_t |
width, |
|
|
int32_t |
height |
|
) |
| |
◆ ToLatLon()
| void tile_map::TileMapView::ToLatLon |
( |
int32_t |
level, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double & |
latitude, |
|
|
double & |
longitude |
|
) |
| |
|
private |
◆ center_x_
| int64_t tile_map::TileMapView::center_x_ |
|
private |
◆ center_y_
| int64_t tile_map::TileMapView::center_y_ |
|
private |
◆ height_
| int32_t tile_map::TileMapView::height_ |
|
private |
◆ level_
| int32_t tile_map::TileMapView::level_ |
|
private |
◆ precache_
| std::vector<Tile> tile_map::TileMapView::precache_ |
|
private |
◆ size_
| int64_t tile_map::TileMapView::size_ |
|
private |
◆ tile_cache_
◆ tile_source_
◆ tiles_
| std::vector<Tile> tile_map::TileMapView::tiles_ |
|
private |
◆ transform_
◆ width_
| int32_t tile_map::TileMapView::width_ |
|
private |
The documentation for this class was generated from the following files: