forked from organicmaps/organicmaps
yandex api format changes
This commit is contained in:
parent
54c059e27f
commit
8440bc83e9
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void MakeFromJson(std::string const & src, std::vector<taxi::Product> & products
|
|||
if (time == 0.0)
|
||||
continue;
|
||||
|
||||
FromJSONObject(item, "class", product.m_name);
|
||||
FromJSONObject(item, "class_name", product.m_name);
|
||||
FromJSONObject(item, "price", price);
|
||||
|
||||
product.m_price = strings::to_string(price);
|
||||
|
|
Loading…
Add table
Reference in a new issue