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:
authorvng <viktor.govako@gmail.com>2014-10-10 19:21:20 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:30:16 +0300
commite2381b3571871060bc0755a916a608c97f8a27bb (patch)
tree2b7e17a89a76559029471bcf19b02fb25f8b3534 /map/active_maps_layout.hpp
parent5c7c25885023d7dcbf1fbfbf2533c1cf8ab6f6d0 (diff)
[android] Added getRemoteItemSizes() instead of using getItemSizes().second for fast UI responding.
Diffstat (limited to 'map/active_maps_layout.hpp')
-rw-r--r--map/active_maps_layout.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/active_maps_layout.hpp b/map/active_maps_layout.hpp
index 382dbe653d..d975990655 100644
--- a/map/active_maps_layout.hpp
+++ b/map/active_maps_layout.hpp
@@ -55,6 +55,8 @@ public:
LocalAndRemoteSizeT const GetDownloadableCountrySize(TIndex const & index) const;
LocalAndRemoteSizeT const GetCountrySize(TGroup const & group, int position, TMapOptions const & options) const;
LocalAndRemoteSizeT const GetCountrySize(TIndex const & index, TMapOptions const & options) const;
+ LocalAndRemoteSizeT const GetRemoteCountrySizes(TGroup const & group, int position) const;
+ LocalAndRemoteSizeT const GetRemoteCountrySizes(TIndex const & index) const;
int AddListener(ActiveMapsListener * listener);
void RemoveListener(int slotID);