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

Method FillRouteMarkInfo

libs/map/framework.cpp:821–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void Framework::FillRouteMarkInfo(RouteMarkPoint const & rmp, place_page::Info & info) const
822{
823 FillPointInfo(info, rmp.GetPivot());
824 info.SetIsRoutePoint();
825 info.SetRouteMarkType(rmp.GetRoutePointType());
826 info.SetIntermediateIndex(rmp.GetIntermediateIndex());
827}
828
829void Framework::FillSpeedCameraMarkInfo(SpeedCameraMark const & speedCameraMark, place_page::Info & info) const
830{

Callers

nothing calls this directly

Calls 6

SetIsRoutePointMethod · 0.80
SetRouteMarkTypeMethod · 0.80
GetRoutePointTypeMethod · 0.80
GetPivotMethod · 0.45
SetIntermediateIndexMethod · 0.45
GetIntermediateIndexMethod · 0.45

Tested by

no test coverage detected