About 50 results
Open links in new tab
  1. How to work with Google geolocation API? - Stack Overflow

    Apr 13, 2017 · 1 You can get this done by using Google's Geocoder and the HTML5 Geolocater. You need to supply Google's Geocoder with an adress or a lat lng, which we will get using the HTML5 …

  2. c# - Google Geolocation API - Stack Overflow

    Jun 30, 2010 · I have noticed a lot of information about how to get your location using Google geolocation looks, based on IP address. But I am wondering if and how I could use this service to …

  3. HTML5 geolocation vs Google Maps Geolocation api - Stack Overflow

    Mar 4, 2016 · The Google Maps Geolocation API is an HTTP endpoint that accepts user-supplied JSON data about nearby Wifi networks and cell towers and produces an estimate of the user's location. The …

  4. javascript - Google Geolocation API - Stack Overflow

    Jun 28, 2017 · I am learning to use Google Geolocation API. I have got my key and I am just trying to make a simple form which takes the city name and returns me the latitude and longitude using …

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

    Apr 29, 2013 · 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 Geocoding service directly from my C# class file.

  6. geolocation - how to use Google API to get the location based on WiFI ...

    May 31, 2012 · I am looking for document and a sample java client program for this to get the user's location (longitude and latitude based on wifi access point MAC address/SSID). However after …

  7. Find current location using Google Maps API in JavaScript

    Aug 23, 2018 · Google Maps (if you are logged in) has a more accurate position for you than can be acquired from HTML5 geolocation.

  8. c# - Google Geolocation API library - Stack Overflow

    Oct 8, 2009 · Google Geolocation API library Asked 16 years, 4 months ago Modified 14 years, 1 month ago Viewed 13k times

  9. Does the Google Geolocation API use triangulation or multilateration ...

    Jun 30, 2025 · Does the Google Geolocation API explicitly triangulate or multilaterate the device's position using signal strength, timingAdvance, and multiple tower entries? Or does it rely solely on …

  10. How do I pass an IP address to Google geolocation api?

    Dec 28, 2022 · Google geolocation API does not accept IP address. You need to use IP geolocation API such as ip2location.io to get results. Sign up their free key to test.