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.

html navigator "User denied Geolocation"

I have an issue with window.navigator, I'm getting error code 1, "User denied Geolocation" whenever I run the following code …

javascript html geolocation navigator
navigator.geolocation.getCurrentPosition doesn't work on android google chrome

This code: navigator.geolocation.getCurrentPosition( function(position) { alert(position.coords.latitude, position.coords.longitude); }, function(error){ alert(error.message); }, { enableHighAccuracy: …

javascript android html google-chrome geolocation
Location services in mobile Safari: Don't Allow is saved...forever? Even with reset

My web app using location services worked fine until I started testing "Do not allow" use cases. Now an iPhone …

ios geolocation mobile-safari
google.maps.Geocoder.geocode() geometry.location lat/lng property names change frequently

I have an application, and I'm using the Google Javascript Geocoding API to fetch lat/lng for an address. The …

google-maps google-maps-api-3 geolocation
How to detect mobile location using GPRS?

As you know, Google maps program for Mobiles has the ability to find users location (My Location service). I want …

google-maps geolocation gprs
SQlite Getting nearest locations (with latitude and longitude)

I have data with latitude and longitude stored in my SQLite database, and I want to get the nearest locations …

java android sqlite geolocation
Finding location using MCC, MNC, LAC, and Cell ID

I know what the values are for MCC, MNC, LAC, & Cell ID. I want to in C write a …

android linux geolocation gps wireless
Longitude and latitude value from IP address

Is it possible to get the longitude and latitude value from IP address in asp.net? If it is possible, …

asp.net geolocation latitude-longitude
Geo Location based on IP Address - PHP

We're looking for a fast and accurate way to get the visitors location based on their IP. We have tried …

php geolocation geoip
Convert UTC offset to timezone or date

A head scratcher for you. I am grabbing geo IP data from IPInfoDB's API and it returns a timezone offset …

php geolocation timezone timezone-offset