V1
class V1 extends Resource (View source)
The "v1" collection of methods.
Typical usage is:
$addressvalidationService = new Google\Service\AddressValidation(...);
$v1 = $addressvalidationService->v1;
Methods
Feedback about the outcome of the sequence of validation attempts. This
should be the last call made after a sequence of validation calls for the
same address, and should be called once the transaction is concluded. This
should only be sent once for the sequence of ValidateAddress
requests
needed to validate an address fully. (v1.provideValidationFeedback)
Validates an address. (v1.validateAddress)
Details
GoogleMapsAddressvalidationV1ProvideValidationFeedbackResponse
provideValidationFeedback(GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest $postBody, array $optParams = [])
Feedback about the outcome of the sequence of validation attempts. This
should be the last call made after a sequence of validation calls for the
same address, and should be called once the transaction is concluded. This
should only be sent once for the sequence of ValidateAddress
requests
needed to validate an address fully. (v1.provideValidationFeedback)
GoogleMapsAddressvalidationV1ValidateAddressResponse
validateAddress(GoogleMapsAddressvalidationV1ValidateAddressRequest $postBody, array $optParams = [])
Validates an address. (v1.validateAddress)