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 calculate the area of a polygon on the earth's surface using python?

The title basically says it all. I need to calculate the area inside a polygon on the Earth's surface using …

python geometry geolocation geospatial
Python module for getting latitude and longitude from the name of a US city

I am looking for a python module which can take in the name of the city as the input and …

python geolocation geopy
Converting latitude/longitude into city name? (reverse geolocating)

I'm working on a job board in Codeigniter PHP + jQuery where employers enter their location and we use Google Maps …

php jquery google-maps geolocation geocoding
Get direction (compass) with two longitude/latitude points

I'm working on a "compass" for a mobile-device. I have the following points: point 1 (current location): Latitude = 47.2246, Longitude = 8.8257 point 2 (target …

math geolocation location compass-geolocation direction
Calculate bearing between two locations (lat, long)

I'm trying to develop my own augmented reality engine. Searching on internet, I've found this useful tutorial. Reading it I …

android iphone geolocation augmented-reality
Android - How to get estimated drive time from one place to another?

I need to find the estimate drive time from one place to another. I've got latitudes and longitudes for both …

android geolocation distance android-location
How to get a User's Current Location Using Google Geocode API and PHP

I have created an app with and as part of data collection I would like to capture the user's current …

javascript php geolocation google-api reverse-geocoding
Easiest way of getting reverse geocoded current location from iOS

I saw from another question here : Determine iPhone user's country that it is possible to get the current country the …

ios geolocation reverse-geocoding
Get country location of an IP with native PHP

Read on before you say this is a duplicate, it's not. (as far as I could see) I want to …

geolocation dreamhost whois
How to find my distance to a known location in JavaScript

Using JavaScript in the browser, how can I determine the distance from my current location to another location for which …

javascript geolocation gps distance latitude-longitude