About 9,270,000 results
Open links in new tab
  1. Correct address format to get the most accurate results from …

    Oct 14, 2011 · Is there any standard format to supply the address string to Google GeoCoding API to get the most accurate results on map. For Eg. following query not giving correct result.

  2. google maps - This API project is not authorized to use this API ...

    Oct 7, 2015 · 0 1- Ensure that Directions API Geocoding API Maps Javascript API Places API are enabled. 2- Go to Keys & Credentials tab in your Google Cloud Console. 3- Select All Google …

  3. Get address from co-ordinates using OpenStreetMap

    I'm looking for a solution which gives an address based on co-ordinates (Latitude & Longitude) which I got from html5 geolocation api. I'm using OpenStreetMap.

  4. How to call Google Geocoding service from C# code

    Apr 29, 2013 · I have one class library in C#. From there I have to call Google service & get latitude & longitude. I know how to do it using AJAX on page, but I want to call Google …

  5. Newest 'geocoding' Questions - Stack Overflow

    Aug 7, 2025 · Geocoding is the process of finding associated geographic coordinates (often expressed as latitude and longitude) from other geographic data, such as street addresses, or …

  6. Google Maps API Error: This API key is not authorized to use this ...

    Geocoding API Maps Embed API Maps JavaScript API Maps Static API The only part not working is the address auto-complete. When I change to Don't Restrict Key mode so the key works …

  7. r - Geocoding function will not work, I keep getting the same error ...

    Feb 22, 2024 · Edit: after getting a Google API key for their geocoding service and resolving the package conflict, the function returns (hopefully) accurate results, so the problem may lie …

  8. How much request is free with geocoding api? [closed]

    May 27, 2019 · I want to get the address from latitude/longitude using Google Geocoding API. For that, I want to know, how many no of hit can be done with a free account? Bellow link showing …

  9. android - Geocoding API vs Geocoder - Stack Overflow

    Mar 4, 2015 · Geocoding API is a rest API that is paid. Geocoder uses a different search stack internally and this leads to different results comparing to the Geocoding rest API.

  10. geocoding - How to get the equivalent of the accuracy in Google …

    Mar 15, 2015 · With Google deprecating their Geocoding v2 API later this year, there's going to be a ton of people migrating their geocoding logic to v3 and this very question is going to crop up: …