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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-08-28 00:04:30 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:22:39 +0300
commiteb15ccc1e3506d3b3056790fcae4fb322d38ac82 (patch)
tree2c1350699aa70360259479bf32f01c59614a7d6e /indexer/data_factory.hpp
parente175caa98a5a30f54421b59aaa125352a29a1c8e (diff)
[benchmark_tool] Rewrote and fixed benchmark rects logic
Now it correctly works with countries and World
Diffstat (limited to 'indexer/data_factory.hpp')
-rw-r--r--indexer/data_factory.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/data_factory.hpp b/indexer/data_factory.hpp
index ac171ec673..f1c5f2fcdc 100644
--- a/indexer/data_factory.hpp
+++ b/indexer/data_factory.hpp
@@ -20,3 +20,4 @@ public:
};
m2::RectD GetMapBounds(FilesContainerR const & cont);
+pair<int, int> GetMapScaleRange(FilesContainerR const & cont);