Searched refs:getStyle (Results 1 – 5 of 5) sorted by relevance
61 map.getStyle().loadJSON(style.second); in Impl()63 map.getStyle().loadURL(style.second); in Impl()101 for (auto source : map.getStyle().getSources()) { in snapshot()121 map.getStyle().loadURL(styleURL); in setStyleURL()125 return map.getStyle().getURL(); in getStyleURL()129 map.getStyle().loadJSON(styleJSON); in setStyleJSON()133 return map.getStyle().getJSON(); in getStyleJSON()
623 return QString::fromStdString(d_ptr->mapObj->getStyle().getJSON()); in styleJson()628 d_ptr->mapObj->getStyle().loadJSON(style.toStdString()); in setStyleJson()648 return QString::fromStdString(d_ptr->mapObj->getStyle().getURL()); in styleUrl()653 d_ptr->mapObj->getStyle().loadURL(url.toStdString()); in setStyleUrl()900 …d_ptr->mapObj->getStyle().setTransitionOptions(mbgl::style::TransitionOptions{ convert(duration), … in setTransitionOptions()1015 Layer* layer_ = d_ptr->mapObj->getStyle().getLayer(layer.toStdString()); in setLayoutProperty()1081 Layer* layer_ = d_ptr->mapObj->getStyle().getLayer(layer.toStdString()); in setPaintProperty()1315 d_ptr->mapObj->getStyle().addSource(std::move(*source)); in addSource()1323 return !!d_ptr->mapObj->getStyle().getSource(sourceID.toStdString()); in sourceExists()1337 auto source = d_ptr->mapObj->getStyle().getSource(id.toStdString()); in updateSource()[all …]
113 for (const auto& source : d_ptr->mapObj->getStyle().getSources()) { in onSourceChanged()
52 style::Style& getStyle();53 const style::Style& getStyle() const;
224 style::Style& Map::getStyle() { in getStyle() function in mbgl::Map228 const style::Style& Map::getStyle() const { in getStyle() function in mbgl::Map