Displaying 1 result from an estimated 1 matches for "routeparamet".
2008 Mar 03
0
Routing through LatLng points and other stuff
...new MQSession();	
			var routeResults = new MQRouteResults();
			var routeBoundingBox = new MQRectLL(new
MQLatLng(),new MQLatLng());	
			var sessId =
this.routers[api].createSessionEx(session);
	
this.routers[api].doRoute(waypoints,routeOptions,routeResults,sessId,routeBo
undingBox);
						
			var routeParameters = new Array();
			routeParameters[''results''] = routeResults;
			routeParameters[''bounding_box''] = routeBoundingBox;
			routeParameters[''session_id''] = sessId;
			
			this.callback(points, routeParameters);
			break;
    default:
      alert(a...