| Modifier and Type | Class and Description |
|---|---|
class |
Route
Contains a route, which consists of a series of connected road segments
that join beginning, ending, and intermediate waypoints.
|
static class |
Route.Builder
Contains a route, which consists of a series of connected road segments
that join beginning, ending, and intermediate waypoints.
|
| Modifier and Type | Method and Description |
|---|---|
RouteOrBuilder |
ComputeRoutesResponseOrBuilder.getRoutesOrBuilder(int index)
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
RouteOrBuilder |
ComputeRoutesResponse.getRoutesOrBuilder(int index)
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
RouteOrBuilder |
ComputeRoutesResponse.Builder.getRoutesOrBuilder(int index)
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends RouteOrBuilder> |
ComputeRoutesResponseOrBuilder.getRoutesOrBuilderList()
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
List<? extends RouteOrBuilder> |
ComputeRoutesResponse.getRoutesOrBuilderList()
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
List<? extends RouteOrBuilder> |
ComputeRoutesResponse.Builder.getRoutesOrBuilderList()
Contains an array of computed routes (up to three) when you specify
`compute_alternatives_routes`, and contains just one route when you don't.
|
Copyright © 2025 Google LLC. All rights reserved.