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:
Diffstat (limited to 'android/jni/com/mapswithme/maps/Framework.hpp')
-rw-r--r--android/jni/com/mapswithme/maps/Framework.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/android/jni/com/mapswithme/maps/Framework.hpp b/android/jni/com/mapswithme/maps/Framework.hpp
index 51e0cdb641..6e15b8fd9d 100644
--- a/android/jni/com/mapswithme/maps/Framework.hpp
+++ b/android/jni/com/mapswithme/maps/Framework.hpp
@@ -30,6 +30,9 @@
#include <memory>
#include <mutex>
+class Index;
+struct FeatureID;
+
namespace search
{
struct EverywhereSearchParams;
@@ -70,6 +73,7 @@ namespace android
Framework();
storage::Storage & GetStorage();
+ Index const & GetIndex();
void ShowNode(storage::TCountryId const & countryId, bool zoomToDownloadButton);
@@ -196,7 +200,7 @@ namespace android
std::string const & currency,
viator::GetTop5ProductsCallback const & callback);
- void RequestUGC(ugc::Api::UGCCallback const & ugcCallback);
+ void RequestUGC(FeatureID const & fid, ugc::Api::UGCCallback const & ugcCallback);
int ToDoAfterUpdate() const;