Searched refs:removeLayer (Results 1 – 8 of 8) sorted by relevance
128 std::unique_ptr<Layer> Style::removeLayer(const std::string& id) { in removeLayer() function in mbgl::style::Style130 return impl->removeLayer(id); in removeLayer()
71 std::unique_ptr<Layer> removeLayer(const std::string& layerID);
210 std::unique_ptr<Layer> Style::Impl::removeLayer(const std::string& id) { in removeLayer() function in mbgl::style::Style::Impl
237 void removeLayer(const QString &id);
127 *style.get().impl->removeLayer(it->second->layerID); in remove()
1473 void QMapboxGL::removeLayer(const QString& id) in removeLayer() function in QMapboxGL1475 d_ptr->mapObj->getStyle().removeLayer(id.toStdString()); in removeLayer()
565 map->removeLayer(m_id); in apply()