RoutingService

Package: com.eegeo.mapapi.services.routing

A service which allows you to find routes between locations. Created by the createRoutingService method of the EegeoMap object. This is a Java interface to the WRLD Routing REST API.

Methods

RoutingQuery findRoutes(RoutingQueryOptions options)

Asynchronously query the routing service. The results of the query will be passed as a RoutingQueryResponse object to the callback provided in the options.

Type argument Description
RoutingQueryOptions options The parameters of the routing query.
v0.0.1467
Overview Introduction
Picking PickResult
Widgets (Optional) BlueSphere
Tag Service (Optional) TagService OnTagsLoadCompletedListener
RouteView Widget (Optional) RouteView RouteViewOptions