I'm trying to validate an address using Google Maps, and I realized that when the address could be wrong, the response has a partial_match. Is correct to reject the address if the json's response from geocode method has a partial_match attribute?
Thanks!