MCPcopy Create free account
hub / github.com/comaps/comaps / SetFeatureMinZoom

Method SetFeatureMinZoom

libs/drape_frontend/map_shape.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 virtual MapShapeType GetType() const { return MapShapeType::GeometryType; }
37
38 void SetFeatureMinZoom(int minZoom) { m_minZoom = minZoom; }
39 int GetFeatureMinZoom() const { return m_minZoom; }
40
41 static m2::PointD ConvertToLocal(m2::PointD const & basePt, m2::PointD const & tileCenter, double scalar)

Callers 3

BatchMethod · 0.45
operator()Method · 0.45
AcceptMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected