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
path: root/map
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-07-12 14:39:05 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-07-18 17:32:27 +0300
commitd5d09e59accdd0e255f961c7a5379b5ebdaac7e5 (patch)
treeef2abc951c481cb99f661c0b7e91519372fdad11 /map
parent6a1f8268be837ef3f2a5acee2bb5c228fd40b46f (diff)
[MAPSME-4894] [ios] Updated place page available area estimation.
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 006251fb54..b9f94e1b15 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -922,7 +922,7 @@ void Framework::FillInfoFromFeatureType(FeatureType const & ft, place_page::Info
{
info.m_sponsoredType = SponsoredType::Viator;
auto const & sponsoredId = info.GetMetadata().Get(feature::Metadata::FMD_SPONSORED_ID);
- info.m_sponsoredUrl = viator::Api::GetCityUrl(sponsoredId, info.GetDefaultName());
+ info.m_sponsoredUrl = viator::Api::GetCityUrl(sponsoredId);
info.m_isPreviewExtended = true;
}
else if (ftypes::IsHotelChecker::Instance()(ft))