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

Method SetFeatureId

libs/map/routing_mark.cpp:439–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437TransitMark::TransitMark(m2::PointD const & ptOrg) : UserMark(ptOrg, Type::TRANSIT) {}
438
439void TransitMark::SetFeatureId(FeatureID const & featureId)
440{
441 SetDirty();
442 m_featureId = featureId;
443}
444
445void TransitMark::SetIndex(uint32_t index)
446{

Callers 3

CreateMarkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected