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.

How to get current location using react-native-maps

Im trying to render a map at the current user geolocation on android device, using react-native maps. Here is what …

android react-native geolocation react-native-maps
Plot latitude longitude from CSV in Python 3.6

I'm trying to plot a large number of latitude longitude values from a CSV file on a map, having this …

python google-maps google-maps-api-3 geolocation folium
How to get Yahoo's woeid by location?

// Get woeid by lati/long HttpGet hg = new HttpGet( "http://where.yahooapis.com/geocode?location=" + latlon + "&flags=J&…

geolocation yahoo weather
How does IP geolocating work?

I'm not looking for a service that does this. I'm just curious as to how geolocation works.

geolocation ip-geolocation
Country name for GPS coordinates

Is there an easy way to get the name of the country on whose territory a given point is located? …

geolocation gis reverse-geocoding
Forward geocoding from the iPhone

Given that the mapkit doesn't provide forward geocoding functionality today, can anyone provide help on how I can i use …

iphone ios geolocation geocoding
What is the real world accuracy of phone accelerometers when used for positioning?

I am working on an application where I would like to track the position of a mobile user inside a …

android geolocation accelerometer
R convert zipcode or lat/long to county

I have a list of locations that contains a city, state, zip, latitude and longitude for each location. I separately …

r geolocation geocoding
phonegap geolocation always fail on timeout

I'm using sencha-touch 2.0 and phonegap 2.0.0 in my app to retrieve user's location. When runing on my locahost, everything works just …

android cordova geolocation timeout sencha-touch-2
function fail never called if user declines to share geolocation in firefox

So I have this javascript code. In safari and chrome, if user declines to share location, it goes to fail …

javascript firefox callback geolocation