Searched defs:setMaxZoom (Results 1 – 13 of 13) sorted by relevance
47 void CustomLayer::setMaxZoom(float maxZoom) { in setMaxZoom() function in mbgl::style::CustomLayer
59 void BackgroundLayer::setMaxZoom(float maxZoom) { in setMaxZoom() function in mbgl::style::BackgroundLayer
65 void HillshadeLayer::setMaxZoom(float maxZoom) { in setMaxZoom() function in mbgl::style::HillshadeLayer
91 void HeatmapLayer::setMaxZoom(float maxZoom) { in setMaxZoom() function in mbgl::style::HeatmapLayer
87 void FillLayer::setMaxZoom(float maxZoom) { in setMaxZoom() function in mbgl::style::FillLayer
65 void RasterLayer::setMaxZoom(float maxZoom) { in setMaxZoom() function in mbgl::style::RasterLayer
87 void FillExtrusionLayer::setMaxZoom(float maxZoom) { in setMaxZoom() function in mbgl::style::FillExtrusionLayer
87 void CircleLayer::setMaxZoom(float maxZoom) { in setMaxZoom() function in mbgl::style::CircleLayer
88 void LineLayer::setMaxZoom(float maxZoom) { in setMaxZoom() function in mbgl::style::LineLayer
88 void SymbolLayer::setMaxZoom(float maxZoom) { in setMaxZoom() function in mbgl::style::SymbolLayer
195 void TransformState::setMaxZoom(const double maxZoom) { in setMaxZoom() function in mbgl::TransformState
422 void Transform::setMaxZoom(const double maxZoom) { in setMaxZoom() function in mbgl::Transform
501 void Map::setMaxZoom(const double maxZoom) { in setMaxZoom() function in mbgl::Map