Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
namespace routing
4
{
5
bool SpeedCameraOnRoute::IsValid() const
6
{
7
return m_position != m2::PointD::Max();
8
}
9
10
void SpeedCameraOnRoute::Invalidate()
11
{
Callers
nothing calls this directly
Calls
1
Max
Function · 0.50
Tested by
no test coverage detected