Location.Builder |
Location.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Location.Builder |
Location.Builder.clear() |
|
Location.Builder |
Location.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Location.Builder |
Location.Builder.clearHeading() |
The compass heading associated with the direction of the flow of traffic.
|
Location.Builder |
Location.Builder.clearLatLng() |
The waypoint's geographic coordinates.
|
Location.Builder |
Location.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Location.Builder |
Location.Builder.clone() |
|
Location.Builder |
RouteLeg.Builder.getEndLocationBuilder() |
The end location of this leg.
|
Location.Builder |
RouteLegStep.Builder.getEndLocationBuilder() |
The end location of this step.
|
Location.Builder |
TransitStop.Builder.getLocationBuilder() |
The location of the stop expressed in latitude/longitude coordinates.
|
Location.Builder |
Waypoint.Builder.getLocationBuilder() |
A point specified using geographic coordinates, including an optional
heading.
|
Location.Builder |
RouteLeg.Builder.getStartLocationBuilder() |
The start location of this leg.
|
Location.Builder |
RouteLegStep.Builder.getStartLocationBuilder() |
The start location of this step.
|
Location.Builder |
Location.Builder.mergeFrom(Location other) |
|
Location.Builder |
Location.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Location.Builder |
Location.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Location.Builder |
Location.Builder.mergeHeading(com.google.protobuf.Int32Value value) |
The compass heading associated with the direction of the flow of traffic.
|
Location.Builder |
Location.Builder.mergeLatLng(com.google.type.LatLng value) |
The waypoint's geographic coordinates.
|
Location.Builder |
Location.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Location.Builder |
Location.newBuilder() |
|
static Location.Builder |
Location.newBuilder(Location prototype) |
|
Location.Builder |
Location.newBuilderForType() |
|
protected Location.Builder |
Location.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Location.Builder |
Location.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Location.Builder |
Location.Builder.setHeading(com.google.protobuf.Int32Value value) |
The compass heading associated with the direction of the flow of traffic.
|
Location.Builder |
Location.Builder.setHeading(com.google.protobuf.Int32Value.Builder builderForValue) |
The compass heading associated with the direction of the flow of traffic.
|
Location.Builder |
Location.Builder.setLatLng(com.google.type.LatLng value) |
The waypoint's geographic coordinates.
|
Location.Builder |
Location.Builder.setLatLng(com.google.type.LatLng.Builder builderForValue) |
The waypoint's geographic coordinates.
|
Location.Builder |
Location.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Location.Builder |
Location.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Location.Builder |
Location.toBuilder() |
|