Top "Geolocation" questions

Geolocation is the identification of the real-world geographic location of an object, such as a cell phone or an Internet-connected computer terminal.

Google Maps: how to get country, state/province/region, city given a lat/long value?

I need a list of countries, states & cities based on a collection of lat/long values I have. I …

google-maps geolocation google-maps-api-3 geocoding
navigator.geolocation.getCurrentPosition sometimes works sometimes doesn't

So I have a pretty simple bit of JS using the navigator.geolocation.getCurrentPosition jammy. $(document).ready(function(){ $("#business-locate, #people-locate").…

javascript jquery geolocation
Getting visitors country from their IP

I want to get visitors country via their IP... Right now I'm using this (http://api.hostip.info/country.php?…

php geolocation ip country-codes
How to get a time zone from a location using latitude and longitude coordinates?

Given the latitude and longitude of a location, how does one know what time zone is in effect in that …

geolocation timezone latitude-longitude
How to get visitor's location (i.e. country) using geolocation?

I'm trying to extend the native geolocation function if(navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var latitude = position.coords.…

javascript geolocation
Given the lat/long coordinates, how can we find out the city/country?

For example if we have these set of coordinates "latitude": 48.858844300000001, "longitude": 2.2943506, How can we find out the city/country?

geolocation geocoding geospatial geo
Get Country of IP Address with PHP

Ideally I'm trying to put together a PHP script that I can query from any web browser and it returns …

php geolocation ip-address geoip ip-geolocation
Address validation using Google Maps API

I have a task to validate addresses entered into a system I am currently creating. The system requires that address …

api geolocation street-address postal-code
Get user's current location

How can I determine user's current location based on IP (I guess it works this way).

php geolocation ip
Does GPS require Internet?

Is it necessary to turn both Internet and GPS on before I can read my current location(country, city, locality …

android google-maps geolocation gps