#include <cmath>
#include <stdexcept>
#include <tuple>
#include <utility>
#include "coordinates.h"
#include "mercator.h"
#include "tile_id.h"
Go to the source code of this file.
◆ areaContainsTile()
bool areaContainsTile |
( |
Area const & |
haystack, |
|
|
TileId const & |
needle |
|
) |
| |
|
inline |
Is a TileId needle
inside an Area haystack
?
- Note
- Two areas on different tile servers always compare unequal.
Definition at line 75 of file area.h.
◆ operator==()
bool operator== |
( |
Area const & |
self, |
|
|
Area const & |
other |
|
) |
| |
|
inline |