WRLDRoutingService Class Reference

A service which allows you to find routes between locations. Created by the createRoutingService method of the WRLDMapView object.

This is an Objective-c interface to the WRLD Routing REST API.

– findRoutes:

- (WRLDRoutingQuery *)findRoutes:(WRLDRoutingQueryOptions *)options

Asynchronously query the routing service.

The results of the query will be passed as a WRLDRoutingQueryResponse to the routingQueryDidComplete method in WRLDMapViewDelegate.

Returns:

A handle to the ongoing query, which can be used to cancel it.

Argument Description
options

The parameters of the routing query.

v0.0.1600