31 Route* CreateRoute(
const std::vector<RouteVertex>& points,
33 bool fittingToNavigationGraphEnabled
36 Route* CreateRoute(
const std::vector<RouteVertex>& points,
38 bool fittingToNavigationGraphEnabled,
43 const std::vector<RouteVertex>& clippedRouteVertices,
45 bool fittingToNavigationGraphEnabled
49 const std::vector<RouteVertex>& clippedRouteVertices,
51 bool fittingToNavigationGraphEnabled,
56 const std::vector<RouteVertex>& clippedRouteVertices,
58 bool fittingToNavigationGraphEnabled,
60 bool shouldProjectToTerrain
65 void RegenerateRoute(
const Route* pRoute);
67 void DestroyRoute(
const Route* routeToDestroy);
69 void DestroyAllRoutes();