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

Method SetRoutePointType

libs/map/routing_mark.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void RouteMarkPoint::SetRoutePointType(RouteMarkType type)
79{
80 SetDirty();
81 m_markData.m_pointType = type;
82}
83
84void RouteMarkPoint::SetIntermediateIndex(size_t index)
85{

Callers 1

ContinueRouteToPointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected