forked from organicmaps/organicmaps
[android] Increased quality of preview image
This commit is contained in:
parent
96b7570952
commit
2304b3b9f4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ string const kBookingApiBaseUrl = "https://distribution-xml.booking.com/json/boo
|
|||
string const kExtendedHotelInfoBaseUrl = "";
|
||||
#endif
|
||||
string const kPhotoOriginalUrl = "http://aff.bstatic.com/images/hotel/max500/";
|
||||
string const kPhotoSmallUrl = "http://aff.bstatic.com/images/hotel/square60/";
|
||||
string const kPhotoSmallUrl = "http://aff.bstatic.com/images/hotel/max300/";
|
||||
|
||||
bool RunSimpleHttpRequest(bool const needAuth, string const & url, string & result)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue