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

Method IsValid

libs/routing/speed_camera.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace routing
4{
5bool SpeedCameraOnRoute::IsValid() const
6{
7 return m_position != m2::PointD::Max();
8}
9
10void SpeedCameraOnRoute::Invalidate()
11{

Callers

nothing calls this directly

Calls 1

MaxFunction · 0.50

Tested by

no test coverage detected