RoadGraphBase ------------------------------------------------------------------
| 307 | |
| 308 | // RoadGraphBase ------------------------------------------------------------------ |
| 309 | void RoadGraphBase::GetRouteEdges(EdgeVector & routeEdges) const |
| 310 | { |
| 311 | NOTIMPLEMENTED(); |
| 312 | } |
| 313 | |
| 314 | } // namespace routing |