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

Method IsMyPosition

libs/map/routing_manager.cpp:915–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913}
914
915bool RoutingManager::IsMyPosition(RouteMarkType type, size_t intermediateIndex)
916{
917 RoutePointsLayout routePoints(*m_bmManager);
918 RouteMarkPoint const * mark = routePoints.GetRoutePoint(type, intermediateIndex);
919 return mark != nullptr && mark->IsMyPosition();
920}
921
922vector<RouteMarkData> RoutingManager::GetRoutePoints() const
923{

Callers 3

CreateMapObjectFunction · 0.45
GetMyPositionPointMethod · 0.45

Calls 1

GetRoutePointMethod · 0.80

Tested by

no test coverage detected