API for validating Address and Correcting spelling automatically

Hello,

I am looking for an API which will validate the address entered by user. I have tried 'Address Validation" api provided by Google. But it is not correcting the spelling of an address if i entered it wrongly. That API correct the address spelling of some address, but i tried entering some real address with spelling mistakes in API, but this address validation api didn't corrected the address spellings. 

Can anyone know any other api or way provided by Google out of the box to validate and correct the spelling of the address?

Thank you in advance. 

0 2 537
2 REPLIES 2

Hi @Dev_Prem 

Welcome back to Google Cloud Community.You can use Address Geocoding in the Google Maps APIs

Forward Geocoding is the process of converting addresses (like a street address) into geographic coordinates (latitude and longitude), which you can use to place markers on a map or position the map. The Google Maps APIs have several services that you can use to convert addresses into coordinates - the Geocoding API, the Place Autocomplete service in Places API, and the Place Search service in Places API. What are the differences between them and when should you use each one? Here’s where to start.

Overview
https://developers.google.com/maps/documentation/geocoding/overview?_ga=2.241602498.-1362987118.1680...

Here are some reference that might help you.
https://cloud.google.com/blog/products/maps-platform/address-validation-api-now-generally-available
https://cloud.google.com/blog/products/maps-platform/address-geocoding-in-google-maps-apis

Thank you for the response Aris. I Will definitely try this API. Will come back if anything required 🙂

Top Labels in this Space