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

Class ParsedRoutingData

libs/map/framework.hpp:602–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600#endif
601
602 struct ParsedRoutingData
603 {
604 ParsedRoutingData(std::vector<url_scheme::RoutePoint> const & points, routing::RouterType type)
605 : m_points(points)
606 , m_type(type)
607 {}
608 std::vector<url_scheme::RoutePoint> m_points;
609 routing::RouterType m_type;
610 };
611
612 ParsedRoutingData GetParsedRoutingData() const;
613 url_scheme::SearchRequest GetParsedSearchRequest() const;

Callers 1

GetParsedRoutingDataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected