default CalculateIsolinesResponse |
GeoRoutesClient.calculateIsolines(Consumer<CalculateIsolinesRequest.Builder> calculateIsolinesRequest) |
Use the CalculateIsolines action to find service areas that can be reached in a given threshold of
time, distance.
|
default CalculateIsolinesResponse |
GeoRoutesClient.calculateIsolines(CalculateIsolinesRequest calculateIsolinesRequest) |
Use the CalculateIsolines action to find service areas that can be reached in a given threshold of
time, distance.
|
default CalculateRouteMatrixResponse |
GeoRoutesClient.calculateRouteMatrix(Consumer<CalculateRouteMatrixRequest.Builder> calculateRouteMatrixRequest) |
Calculates route matrix containing the results for all pairs of Origins to Destinations.
|
default CalculateRouteMatrixResponse |
GeoRoutesClient.calculateRouteMatrix(CalculateRouteMatrixRequest calculateRouteMatrixRequest) |
Calculates route matrix containing the results for all pairs of Origins to Destinations.
|
default CalculateRoutesResponse |
GeoRoutesClient.calculateRoutes(Consumer<CalculateRoutesRequest.Builder> calculateRoutesRequest) |
Calculates a route given the following required parameters: Origin and Destination.
|
default CalculateRoutesResponse |
GeoRoutesClient.calculateRoutes(CalculateRoutesRequest calculateRoutesRequest) |
Calculates a route given the following required parameters: Origin and Destination.
|
default OptimizeWaypointsResponse |
GeoRoutesClient.optimizeWaypoints(Consumer<OptimizeWaypointsRequest.Builder> optimizeWaypointsRequest) |
Calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the
distance travelled during the journey, based on road network restrictions and the traffic pattern data.
|
default OptimizeWaypointsResponse |
GeoRoutesClient.optimizeWaypoints(OptimizeWaypointsRequest optimizeWaypointsRequest) |
Calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the
distance travelled during the journey, based on road network restrictions and the traffic pattern data.
|
default SnapToRoadsResponse |
GeoRoutesClient.snapToRoads(Consumer<SnapToRoadsRequest.Builder> snapToRoadsRequest) |
The SnapToRoads action matches GPS trace to roads most likely traveled on.
|
default SnapToRoadsResponse |
GeoRoutesClient.snapToRoads(SnapToRoadsRequest snapToRoadsRequest) |
The SnapToRoads action matches GPS trace to roads most likely traveled on.
|