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

Method GetPointsCount

libs/routing/geometry.hpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 ms::LatLon const & GetPoint(uint32_t pointId) const { return GetJunction(pointId).GetLatLon(); }
63
64 uint32_t GetPointsCount() const { return static_cast<uint32_t>(m_junctions.size()); }
65
66 // Note. It's possible that car_model was changed after the map was built.
67 // For example, the map from 12.2016 contained highway=pedestrian

Callers 12

ExtractRoadInfoMethod · 0.45
LoadMethod · 0.45
LoadMethod · 0.45
IsJointOrEndMethod · 0.45
GetLastPointsForJointMethod · 0.45
GetNeighboringEdgesMethod · 0.45
IsUTurnAndRestrictedMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2