20 Route* CreateRoute(
const std::vector<RouteVertex>& routeVertices,
21 bool fittingToNavigationGraphEnabled,
22 bool shouldProjectToTerrain);
25 const std::vector<RouteVertex>& clippedRouteVertices,
26 bool fittingToNavigationGraphEnabled,
27 bool shouldProjectToTerrain);