| Modifier and Type | Method and Description |
|---|---|
Location |
Location.Builder.build() |
Location |
Location.Builder.buildPartial() |
static Location |
Location.getDefaultInstance() |
Location |
Location.getDefaultInstanceForType() |
Location |
Location.Builder.getDefaultInstanceForType() |
Location |
RouteLegOrBuilder.getEndLocation()
The end location of this leg.
|
Location |
RouteLegStep.getEndLocation()
The end location of this step.
|
Location |
RouteLegStep.Builder.getEndLocation()
The end location of this step.
|
Location |
RouteLegStepOrBuilder.getEndLocation()
The end location of this step.
|
Location |
RouteLeg.getEndLocation()
The end location of this leg.
|
Location |
RouteLeg.Builder.getEndLocation()
The end location of this leg.
|
Location |
TransitStopOrBuilder.getLocation()
The location of the stop expressed in latitude/longitude coordinates.
|
Location |
Waypoint.getLocation()
A point specified using geographic coordinates, including an optional
heading.
|
Location |
Waypoint.Builder.getLocation()
A point specified using geographic coordinates, including an optional
heading.
|
Location |
WaypointOrBuilder.getLocation()
A point specified using geographic coordinates, including an optional
heading.
|
Location |
TransitStop.getLocation()
The location of the stop expressed in latitude/longitude coordinates.
|
Location |
TransitStop.Builder.getLocation()
The location of the stop expressed in latitude/longitude coordinates.
|
Location |
RouteLegOrBuilder.getStartLocation()
The start location of this leg.
|
Location |
RouteLegStep.getStartLocation()
The start location of this step.
|
Location |
RouteLegStep.Builder.getStartLocation()
The start location of this step.
|
Location |
RouteLegStepOrBuilder.getStartLocation()
The start location of this step.
|
Location |
RouteLeg.getStartLocation()
The start location of this leg.
|
Location |
RouteLeg.Builder.getStartLocation()
The start location of this leg.
|
static Location |
Location.parseDelimitedFrom(InputStream input) |
static Location |
Location.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(byte[] data) |
static Location |
Location.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(ByteBuffer data) |
static Location |
Location.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(com.google.protobuf.ByteString data) |
static Location |
Location.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(com.google.protobuf.CodedInputStream input) |
static Location |
Location.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(InputStream input) |
static Location |
Location.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Location> |
Location.getParserForType() |
static com.google.protobuf.Parser<Location> |
Location.parser() |
| Modifier and Type | Method and Description |
|---|---|
RouteLegStep.Builder |
RouteLegStep.Builder.mergeEndLocation(Location value)
The end location of this step.
|
RouteLeg.Builder |
RouteLeg.Builder.mergeEndLocation(Location value)
The end location of this leg.
|
Location.Builder |
Location.Builder.mergeFrom(Location other) |
Waypoint.Builder |
Waypoint.Builder.mergeLocation(Location value)
A point specified using geographic coordinates, including an optional
heading.
|
TransitStop.Builder |
TransitStop.Builder.mergeLocation(Location value)
The location of the stop expressed in latitude/longitude coordinates.
|
RouteLegStep.Builder |
RouteLegStep.Builder.mergeStartLocation(Location value)
The start location of this step.
|
RouteLeg.Builder |
RouteLeg.Builder.mergeStartLocation(Location value)
The start location of this leg.
|
static Location.Builder |
Location.newBuilder(Location prototype) |
RouteLegStep.Builder |
RouteLegStep.Builder.setEndLocation(Location value)
The end location of this step.
|
RouteLeg.Builder |
RouteLeg.Builder.setEndLocation(Location value)
The end location of this leg.
|
Waypoint.Builder |
Waypoint.Builder.setLocation(Location value)
A point specified using geographic coordinates, including an optional
heading.
|
TransitStop.Builder |
TransitStop.Builder.setLocation(Location value)
The location of the stop expressed in latitude/longitude coordinates.
|
RouteLegStep.Builder |
RouteLegStep.Builder.setStartLocation(Location value)
The start location of this step.
|
RouteLeg.Builder |
RouteLeg.Builder.setStartLocation(Location value)
The start location of this leg.
|
Copyright © 2025 Google LLC. All rights reserved.