Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortatiana-yan <tatiana.kondakova@gmail.com>2018-09-04 18:58:35 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-09-04 19:24:15 +0300
commit048b0d62e3bb8ba90fdcb87950a006da4e47a578 (patch)
treecbee2b4fde8d05a730802edee6491affa3a16f75 /indexer
parentb3a19363e3d99920663ee716db931fa4c3da1981 (diff)
[search] Fix Boundaries limit rect in geocoder
Diffstat (limited to 'indexer')
-rw-r--r--indexer/city_boundary.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/city_boundary.hpp b/indexer/city_boundary.hpp
index 10147b0291..1e34c8a1cd 100644
--- a/indexer/city_boundary.hpp
+++ b/indexer/city_boundary.hpp
@@ -11,6 +11,8 @@
namespace indexer
{
+// Approximates city boundary.
+// City points are inside the intersection of boxes.
struct CityBoundary
{
CityBoundary() = default;