Searched refs:loadJSON (Results 1 – 6 of 6) sorted by relevance
17 void Style::loadJSON(const std::string& json) { in loadJSON() function in mbgl::style::Style18 impl->loadJSON(json); in loadJSON()
44 void loadJSON(const std::string&);
42 void Style::Impl::loadJSON(const std::string& json_) { in loadJSON() function in mbgl::style::Style::Impl
61 map.getStyle().loadJSON(style.second); in Impl()129 map.getStyle().loadJSON(styleJSON); in setStyleJSON()
28 void loadJSON(const std::string&);
628 d_ptr->mapObj->getStyle().loadJSON(style.toStdString()); in setStyleJson()