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

Method GetPointsCount

libs/indexer/feature.cpp:772–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772size_t FeatureType::GetPointsCount() const
773{
774 ASSERT(m_parsed.m_points, ());
775 return m_points.size();
776}
777
778m2::PointD const & FeatureType::GetPoint(size_t i) const
779{

Callers 3

MatchPOIsWithStreetsMethod · 0.45
GetMinDistanceMetersFunction · 0.45
ExtractTrafficKeysMethod · 0.45

Calls 2

ASSERTFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected