forked from organicmaps/organicmaps-tmp
load from yandex econom product only.
This commit is contained in:
parent
fc7d0d162e
commit
7286ac3a19
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ bool RawApi::GetTaxiInfo(ms::LatLon const & from, ms::LatLon const & to, std::st
|
|||
std::ostringstream url;
|
||||
url << std::fixed << std::setprecision(6) << baseUrl << "/taxi_info?clid=" << YANDEX_CLIENT_ID
|
||||
<< "&apikey=" << YANDEX_API_KEY << "&rll=" << from.lon << "," << from.lat << "~" << to.lon
|
||||
<< "," << to.lat << "&class=econom,business,comfortplus,minivan,vip";
|
||||
<< "," << to.lat << "&class=econom";
|
||||
|
||||
return RunSimpleHttpRequest(url.str(), result);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue