Routing
Calculate a route between two points
RouteResult routing().route(RoutingRouteParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v1/route
Snap a coordinate to the nearest road
NearestResult routing().nearest(RoutingNearestParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/nearest
Snap a coordinate to the nearest road
NearestResult routing().nearestPost(RoutingNearestPostParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v1/nearest
Calculate an isochrone from a point
RoutingIsochroneResponse routing().isochrone(RoutingIsochroneParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/isochrone
Calculate an isochrone from a point
RoutingIsochronePostResponse routing().isochronePost(RoutingIsochronePostParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v1/isochrone
Calculate a distance matrix between points
MatrixResult routing().matrix(RoutingMatrixParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v1/matrix