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

Function IsBicycleDesignatedHighway

generator/osm2type.cpp:1068–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068bool IsBicycleDesignatedHighway(uint32_t type)
1069{
1070 // See search rank / designated list in IsWayChecker
1071 return ftypes::IsWayChecker::Instance().GetSearchRank(type) == ftypes::IsWayChecker::Cycleway;
1072}
1073
1074bool IsPedestrianDesignatedHighway(uint32_t type)
1075{

Callers 1

PostprocessElementFunction · 0.85

Calls 1

GetSearchRankMethod · 0.80

Tested by

no test coverage detected