Route Constructor (RouteStop, RouteStop) |
Namespace: Telogis.GeoBase.Routing
// Create route start and end locations RouteStop start = new RouteStop(new LatLon(33.65, -117.92)); RouteStop end = new RouteStop(new LatLon(33.64, -117.92)); // Create a Route with the RouteStops Route myRoute = new Route(start, end);