| 258 | |
| 259 | void SetRoadWarningType(RoadWarningMarkType type); |
| 260 | RoadWarningMarkType GetRoadWarningType() const { return m_type; } |
| 261 | |
| 262 | void SetFeatureId(FeatureID const & featureId); |
| 263 | FeatureID GetFeatureID() const override { return m_featureId; } |
no outgoing calls
no test coverage detected