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 GeocodeGeocode.Builder. build()GeocodeGeocode.Builder. buildPartial()static GeocodeGeocode. getDefaultInstance()GeocodeGeocode.Builder. getDefaultInstanceForType()GeocodeGeocode. getDefaultInstanceForType()GeocodeValidationResult.Builder. getGeocode()Information about the location and place that the address geocoded to.GeocodeValidationResult. getGeocode()Information about the location and place that the address geocoded to.GeocodeValidationResultOrBuilder. getGeocode()Information about the location and place that the address geocoded to.static GeocodeGeocode. parseDelimitedFrom(InputStream input)static GeocodeGeocode. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GeocodeGeocode. parseFrom(byte[] data)static GeocodeGeocode. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GeocodeGeocode. parseFrom(com.google.protobuf.ByteString data)static GeocodeGeocode. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GeocodeGeocode. parseFrom(com.google.protobuf.CodedInputStream input)static GeocodeGeocode. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GeocodeGeocode. parseFrom(InputStream input)static GeocodeGeocode. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GeocodeGeocode. parseFrom(ByteBuffer data)static GeocodeGeocode. 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.BuilderGeocode.Builder. mergeFrom(Geocode other)ValidationResult.BuilderValidationResult.Builder. mergeGeocode(Geocode value)Information about the location and place that the address geocoded to.static Geocode.BuilderGeocode. newBuilder(Geocode prototype)ValidationResult.BuilderValidationResult.Builder. setGeocode(Geocode value)Information about the location and place that the address geocoded to.
-