WRLDRoutingQueryResponse Class Reference

A response to a routing query. Returned when a routing query completes via routingQueryDidComplete method in WRLDMapViewDelegate.

– succeeded

- (BOOL)succeeded
Returns:

A boolean indicating whether the search succeeded or not.

– results

- (NSMutableArray *)results

Get the results of the query as a List of WRLDRoute objects. Each route passes through all given waypoints with the first route being the shortest.

Returns:

The query results.

v0.0.1600