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

Method SetRoadWarningType

libs/map/routing_mark.cpp:675–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675void RoadWarningMark::SetRoadWarningType(RoadWarningMarkType type)
676{
677 SetDirty();
678 m_type = type;
679}
680
681void RoadWarningMark::SetFeatureId(FeatureID const & featureId)
682{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected