| Modifier and Type | Method and Description |
|---|---|
RouteLeg |
RouteLeg.Builder.build() |
RouteLeg |
RouteLeg.Builder.buildPartial() |
static RouteLeg |
RouteLeg.getDefaultInstance() |
RouteLeg |
RouteLeg.getDefaultInstanceForType() |
RouteLeg |
RouteLeg.Builder.getDefaultInstanceForType() |
RouteLeg |
Route.getLegs(int index)
A collection of legs (path segments between waypoints) that make up the
route.
|
RouteLeg |
Route.Builder.getLegs(int index)
A collection of legs (path segments between waypoints) that make up the
route.
|
RouteLeg |
RouteOrBuilder.getLegs(int index)
A collection of legs (path segments between waypoints) that make up the
route.
|
static RouteLeg |
RouteLeg.parseDelimitedFrom(InputStream input) |
static RouteLeg |
RouteLeg.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteLeg |
RouteLeg.parseFrom(byte[] data) |
static RouteLeg |
RouteLeg.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteLeg |
RouteLeg.parseFrom(ByteBuffer data) |
static RouteLeg |
RouteLeg.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteLeg |
RouteLeg.parseFrom(com.google.protobuf.ByteString data) |
static RouteLeg |
RouteLeg.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteLeg |
RouteLeg.parseFrom(com.google.protobuf.CodedInputStream input) |
static RouteLeg |
RouteLeg.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouteLeg |
RouteLeg.parseFrom(InputStream input) |
static RouteLeg |
RouteLeg.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<RouteLeg> |
Route.getLegsList()
A collection of legs (path segments between waypoints) that make up the
route.
|
List<RouteLeg> |
Route.Builder.getLegsList()
A collection of legs (path segments between waypoints) that make up the
route.
|
List<RouteLeg> |
RouteOrBuilder.getLegsList()
A collection of legs (path segments between waypoints) that make up the
route.
|
com.google.protobuf.Parser<RouteLeg> |
RouteLeg.getParserForType() |
static com.google.protobuf.Parser<RouteLeg> |
RouteLeg.parser() |
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.addLegs(int index,
RouteLeg value)
A collection of legs (path segments between waypoints) that make up the
route.
|
Route.Builder |
Route.Builder.addLegs(RouteLeg value)
A collection of legs (path segments between waypoints) that make up the
route.
|
RouteLeg.Builder |
RouteLeg.Builder.mergeFrom(RouteLeg other) |
static RouteLeg.Builder |
RouteLeg.newBuilder(RouteLeg prototype) |
Route.Builder |
Route.Builder.setLegs(int index,
RouteLeg value)
A collection of legs (path segments between waypoints) that make up the
route.
|
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.addAllLegs(Iterable<? extends RouteLeg> values)
A collection of legs (path segments between waypoints) that make up the
route.
|
Copyright © 2025 Google LLC. All rights reserved.