Searched defs:removeLayer (Results 1 – 3 of 3) sorted by relevance
128 std::unique_ptr<Layer> Style::removeLayer(const std::string& id) { in removeLayer() function in mbgl::style::Style
210 std::unique_ptr<Layer> Style::Impl::removeLayer(const std::string& id) { in removeLayer() function in mbgl::style::Style::Impl
1473 void QMapboxGL::removeLayer(const QString& id) in removeLayer() function in QMapboxGL