Uses of Class
com.google.maps.addressvalidation.v1.Geocode
-
Packages that use Geocode Package Description com.google.maps.addressvalidation.v1 A client to Address Validation API -
-
Uses of Geocode in com.google.maps.addressvalidation.v1
Methods in com.google.maps.addressvalidation.v1 that return Geocode Modifier and Type Method Description Geocode
Geocode.Builder. build()
Geocode
Geocode.Builder. buildPartial()
static Geocode
Geocode. getDefaultInstance()
Geocode
Geocode.Builder. getDefaultInstanceForType()
Geocode
Geocode. getDefaultInstanceForType()
Geocode
ValidationResult.Builder. getGeocode()
Information about the location and place that the address geocoded to.Geocode
ValidationResult. getGeocode()
Information about the location and place that the address geocoded to.Geocode
ValidationResultOrBuilder. getGeocode()
Information about the location and place that the address geocoded to.static Geocode
Geocode. parseDelimitedFrom(InputStream input)
static Geocode
Geocode. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Geocode
Geocode. parseFrom(byte[] data)
static Geocode
Geocode. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Geocode
Geocode. parseFrom(com.google.protobuf.ByteString data)
static Geocode
Geocode. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Geocode
Geocode. parseFrom(com.google.protobuf.CodedInputStream input)
static Geocode
Geocode. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Geocode
Geocode. parseFrom(InputStream input)
static Geocode
Geocode. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Geocode
Geocode. parseFrom(ByteBuffer data)
static Geocode
Geocode. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.maps.addressvalidation.v1 that return types with arguments of type Geocode Modifier and Type Method Description com.google.protobuf.Parser<Geocode>
Geocode. getParserForType()
static com.google.protobuf.Parser<Geocode>
Geocode. parser()
Methods in com.google.maps.addressvalidation.v1 with parameters of type Geocode Modifier and Type Method Description Geocode.Builder
Geocode.Builder. mergeFrom(Geocode other)
ValidationResult.Builder
ValidationResult.Builder. mergeGeocode(Geocode value)
Information about the location and place that the address geocoded to.static Geocode.Builder
Geocode. newBuilder(Geocode prototype)
ValidationResult.Builder
ValidationResult.Builder. setGeocode(Geocode value)
Information about the location and place that the address geocoded to.
-