| Modifier and Type | Method and Description |
|---|---|
GeocodedWaypoint |
GeocodedWaypoint.Builder.build() |
GeocodedWaypoint |
GeocodedWaypoint.Builder.buildPartial() |
static GeocodedWaypoint |
GeocodedWaypoint.getDefaultInstance() |
GeocodedWaypoint |
GeocodedWaypoint.getDefaultInstanceForType() |
GeocodedWaypoint |
GeocodedWaypoint.Builder.getDefaultInstanceForType() |
GeocodedWaypoint |
GeocodingResultsOrBuilder.getDestination()
Destination geocoded waypoint.
|
GeocodedWaypoint |
GeocodingResults.getDestination()
Destination geocoded waypoint.
|
GeocodedWaypoint |
GeocodingResults.Builder.getDestination()
Destination geocoded waypoint.
|
GeocodedWaypoint |
GeocodingResultsOrBuilder.getIntermediates(int index)
A list of intermediate geocoded waypoints each containing an index field
that corresponds to the zero-based position of the waypoint in the order
they were specified in the request.
|
GeocodedWaypoint |
GeocodingResults.getIntermediates(int index)
A list of intermediate geocoded waypoints each containing an index field
that corresponds to the zero-based position of the waypoint in the order
they were specified in the request.
|
GeocodedWaypoint |
GeocodingResults.Builder.getIntermediates(int index)
A list of intermediate geocoded waypoints each containing an index field
that corresponds to the zero-based position of the waypoint in the order
they were specified in the request.
|
GeocodedWaypoint |
GeocodingResultsOrBuilder.getOrigin()
Origin geocoded waypoint.
|
GeocodedWaypoint |
GeocodingResults.getOrigin()
Origin geocoded waypoint.
|
GeocodedWaypoint |
GeocodingResults.Builder.getOrigin()
Origin geocoded waypoint.
|
static GeocodedWaypoint |
GeocodedWaypoint.parseDelimitedFrom(InputStream input) |
static GeocodedWaypoint |
GeocodedWaypoint.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GeocodedWaypoint |
GeocodedWaypoint.parseFrom(byte[] data) |
static GeocodedWaypoint |
GeocodedWaypoint.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GeocodedWaypoint |
GeocodedWaypoint.parseFrom(ByteBuffer data) |
static GeocodedWaypoint |
GeocodedWaypoint.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GeocodedWaypoint |
GeocodedWaypoint.parseFrom(com.google.protobuf.ByteString data) |
static GeocodedWaypoint |
GeocodedWaypoint.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GeocodedWaypoint |
GeocodedWaypoint.parseFrom(com.google.protobuf.CodedInputStream input) |
static GeocodedWaypoint |
GeocodedWaypoint.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GeocodedWaypoint |
GeocodedWaypoint.parseFrom(InputStream input) |
static GeocodedWaypoint |
GeocodedWaypoint.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<GeocodedWaypoint> |
GeocodingResultsOrBuilder.getIntermediatesList()
A list of intermediate geocoded waypoints each containing an index field
that corresponds to the zero-based position of the waypoint in the order
they were specified in the request.
|
List<GeocodedWaypoint> |
GeocodingResults.getIntermediatesList()
A list of intermediate geocoded waypoints each containing an index field
that corresponds to the zero-based position of the waypoint in the order
they were specified in the request.
|
List<GeocodedWaypoint> |
GeocodingResults.Builder.getIntermediatesList()
A list of intermediate geocoded waypoints each containing an index field
that corresponds to the zero-based position of the waypoint in the order
they were specified in the request.
|
com.google.protobuf.Parser<GeocodedWaypoint> |
GeocodedWaypoint.getParserForType() |
static com.google.protobuf.Parser<GeocodedWaypoint> |
GeocodedWaypoint.parser() |
| Modifier and Type | Method and Description |
|---|---|
GeocodingResults.Builder |
GeocodingResults.Builder.addIntermediates(GeocodedWaypoint value)
A list of intermediate geocoded waypoints each containing an index field
that corresponds to the zero-based position of the waypoint in the order
they were specified in the request.
|
GeocodingResults.Builder |
GeocodingResults.Builder.addIntermediates(int index,
GeocodedWaypoint value)
A list of intermediate geocoded waypoints each containing an index field
that corresponds to the zero-based position of the waypoint in the order
they were specified in the request.
|
GeocodingResults.Builder |
GeocodingResults.Builder.mergeDestination(GeocodedWaypoint value)
Destination geocoded waypoint.
|
GeocodedWaypoint.Builder |
GeocodedWaypoint.Builder.mergeFrom(GeocodedWaypoint other) |
GeocodingResults.Builder |
GeocodingResults.Builder.mergeOrigin(GeocodedWaypoint value)
Origin geocoded waypoint.
|
static GeocodedWaypoint.Builder |
GeocodedWaypoint.newBuilder(GeocodedWaypoint prototype) |
GeocodingResults.Builder |
GeocodingResults.Builder.setDestination(GeocodedWaypoint value)
Destination geocoded waypoint.
|
GeocodingResults.Builder |
GeocodingResults.Builder.setIntermediates(int index,
GeocodedWaypoint value)
A list of intermediate geocoded waypoints each containing an index field
that corresponds to the zero-based position of the waypoint in the order
they were specified in the request.
|
GeocodingResults.Builder |
GeocodingResults.Builder.setOrigin(GeocodedWaypoint value)
Origin geocoded waypoint.
|
| Modifier and Type | Method and Description |
|---|---|
GeocodingResults.Builder |
GeocodingResults.Builder.addAllIntermediates(Iterable<? extends GeocodedWaypoint> values)
A list of intermediate geocoded waypoints each containing an index field
that corresponds to the zero-based position of the waypoint in the order
they were specified in the request.
|
Copyright © 2025 Google LLC. All rights reserved.