About 205,000 results
Open links in new tab
  1. Address validation using Google Maps API - Stack Overflow

    Mar 25, 2009 · Many address autocomplete services, including Google's Places API, appears to offer international address support but it has limited accuracy. For example, New Zealand …

  2. How to make an autocomplete address field with google maps api?

    Oct 12, 2009 · Using Google Maps API and JQuery I would like to have an Address field that when typing it will autocomplete the address entered there. How this could be achieved?

  3. Correct address format to get the most accurate results from …

    Oct 14, 2011 · Definition of Google address search: address - The street address that you want to geocode, in the format used by the national postal service of the country concerned.

  4. Google Maps API - Get Coordinates of address - Stack Overflow

    Aug 8, 2015 · However, it turns out there's a discrepancy in what the Google Maps API and the Open Street Maps API returned. For example, for the address 20 Toronto Street, Toronto, ON, …

  5. Google Address validation API issue - Stack Overflow

    Apr 30, 2025 · I am currently using the Google Address Validation API in a PySpark (Databricks) pipeline to validate addresses from a table. Each row contains an address in a column called …

  6. Google Places API (New) Autocomplete not working

    Mar 3, 2025 · This is very sad, Google already deprecated legacy API and we can't use it in production anymore (new keys simply not work with API), and new Places API is totally …

  7. Using Address Instead Of Longitude And Latitude With Google …

    The user has to input their address when creating their profile and their profile afterwards will then display a Google Maps of their house. I currently have the Google Maps API working perfectly …

  8. Google Place Autocomplete for Postal Code - Stack Overflow

    Apr 24, 2015 · address instructs the Place Autocomplete service to return only geocoding results with a precise address. Generally, you use this request when you know the user will be looking …

  9. jquery - Autofill Address + Google Maps API - Stack Overflow

    You can use Google Places API to have an autocomplete for address. When address is selected, address_components field contains structured address data (e.g. street, city, country) and …

  10. javascript - Google Maps API - how to get latitude and longitude …

    I'm trying to get latitude and longitude from Autocomplete Google Maps API without showing the map. In my script autocompletion works well, but I can't get the latitude and longitude. <...