forked from organicmaps/organicmaps
Fixed Taxi Vezet URL scheme
This commit is contained in:
parent
9b19b044b4
commit
fd915aa0c2
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ void Api::GetAvailableProducts(ms::LatLon const & from, ms::LatLon const & to,
|
|||
RideRequestLinks Api::GetRideRequestLinks(std::string const & productId, ms::LatLon const & from,
|
||||
ms::LatLon const & to) const
|
||||
{
|
||||
return {"rto://order.rutaxi.ru/a.php?" + productId, "https://go.onelink.me/757212956/mapsmevezet"};
|
||||
return {"vzt://order.rutaxi.ru/a.php?" + productId, "https://go.onelink.me/757212956/mapsmevezet"};
|
||||
}
|
||||
|
||||
void MakeNearObject(std::string const & src, Object & dst)
|
||||
|
|
Loading…
Add table
Reference in a new issue