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 API for location, based on user IP address

I am looking for a way to get the user's current location (city) based on is IP address using the …

google-app-engine google-maps geolocation
Where am I? - Get country

An android mobile actually does know quite well where it is - but is there a way of retrieving the …

android geolocation
J2ME/Android/BlackBerry - driving directions, route between two locations

On Android 1.0 there was a com.google.googlenav namespace for driving directions: Route - Improved Google Driving Directions But in …

android blackberry java-me geolocation driving-directions
Identifying country by IP address

Is there a way to figure out the country name just by looking at an IP address? I mean, do …

geolocation ip ip-address geoip
HTML 5 Geo Location Prompt in Chrome

Just starting to get into HTML 5 and an testing out geo location...liking it so far. I am hitting a …

html google-chrome geolocation file-uri
getCurrentPosition() and watchPosition() are deprecated on insecure origins

I am getting this error on my website which requests Geolocation data from the user: getCurrentPosition() and watchPosition() are deprecated …

javascript html geolocation deprecation-warning
Algorithm to find all Latitude Longitude locations within a certain distance from a given Lat Lng location

Given a database of places with Latitude + Longitude locations, such as 40.8120390, -73.4889650, how would I find all locations within a …

algorithm geolocation gps location latitude-longitude
How to obtain longitude and latitude for a street address programmatically (and legally)

Supposedly, it is possible to get this from Google Maps or some such service. (US addresses only is not good …

web-services api geolocation geocoding street-address
Get country from latitude longitude

I would like to know how I can get the country name from latitude & longitude using JavaScript. I am …

javascript google-maps geolocation
android webview geolocation

I have to retrieve a user's location in a WebView. I do this with the following Javascript: function getLocation() { navigator.…

android geolocation