Geocode.Builder |
Geocode.Builder.addAllPlaceTypes(Iterable<String> values) |
The type(s) of place that the input geocoded to.
|
Geocode.Builder |
Geocode.Builder.addPlaceTypes(String value) |
The type(s) of place that the input geocoded to.
|
Geocode.Builder |
Geocode.Builder.addPlaceTypesBytes(com.google.protobuf.ByteString value) |
The type(s) of place that the input geocoded to.
|
Geocode.Builder |
Geocode.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Geocode.Builder |
Geocode.Builder.clear() |
|
Geocode.Builder |
Geocode.Builder.clearBounds() |
The bounds of the geocoded place.
|
Geocode.Builder |
Geocode.Builder.clearFeatureSizeMeters() |
The size of the geocoded place, in meters.
|
Geocode.Builder |
Geocode.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Geocode.Builder |
Geocode.Builder.clearLocation() |
The geocoded location of the input.
|
Geocode.Builder |
Geocode.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Geocode.Builder |
Geocode.Builder.clearPlaceId() |
The PlaceID of the place this input geocodes to.
|
Geocode.Builder |
Geocode.Builder.clearPlaceTypes() |
The type(s) of place that the input geocoded to.
|
Geocode.Builder |
Geocode.Builder.clearPlusCode() |
The plus code corresponding to the `location`.
|
Geocode.Builder |
Geocode.Builder.clone() |
|
Geocode.Builder |
ValidationResult.Builder.getGeocodeBuilder() |
Information about the location and place that the address geocoded to.
|
Geocode.Builder |
Geocode.Builder.mergeBounds(com.google.geo.type.Viewport value) |
The bounds of the geocoded place.
|
Geocode.Builder |
Geocode.Builder.mergeFrom(Geocode other) |
|
Geocode.Builder |
Geocode.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Geocode.Builder |
Geocode.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Geocode.Builder |
Geocode.Builder.mergeLocation(com.google.type.LatLng value) |
The geocoded location of the input.
|
Geocode.Builder |
Geocode.Builder.mergePlusCode(PlusCode value) |
The plus code corresponding to the `location`.
|
Geocode.Builder |
Geocode.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Geocode.Builder |
Geocode.newBuilder() |
|
static Geocode.Builder |
Geocode.newBuilder(Geocode prototype) |
|
Geocode.Builder |
Geocode.newBuilderForType() |
|
protected Geocode.Builder |
Geocode.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Geocode.Builder |
Geocode.Builder.setBounds(com.google.geo.type.Viewport value) |
The bounds of the geocoded place.
|
Geocode.Builder |
Geocode.Builder.setBounds(com.google.geo.type.Viewport.Builder builderForValue) |
The bounds of the geocoded place.
|
Geocode.Builder |
Geocode.Builder.setFeatureSizeMeters(float value) |
The size of the geocoded place, in meters.
|
Geocode.Builder |
Geocode.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Geocode.Builder |
Geocode.Builder.setLocation(com.google.type.LatLng value) |
The geocoded location of the input.
|
Geocode.Builder |
Geocode.Builder.setLocation(com.google.type.LatLng.Builder builderForValue) |
The geocoded location of the input.
|
Geocode.Builder |
Geocode.Builder.setPlaceId(String value) |
The PlaceID of the place this input geocodes to.
|
Geocode.Builder |
Geocode.Builder.setPlaceIdBytes(com.google.protobuf.ByteString value) |
The PlaceID of the place this input geocodes to.
|
Geocode.Builder |
Geocode.Builder.setPlaceTypes(int index,
String value) |
The type(s) of place that the input geocoded to.
|
Geocode.Builder |
Geocode.Builder.setPlusCode(PlusCode value) |
The plus code corresponding to the `location`.
|
Geocode.Builder |
Geocode.Builder.setPlusCode(PlusCode.Builder builderForValue) |
The plus code corresponding to the `location`.
|
Geocode.Builder |
Geocode.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Geocode.Builder |
Geocode.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Geocode.Builder |
Geocode.toBuilder() |
|