Top "Location" questions

Location is a specific position in physical space, e.g. a point on the surface of the Earth described using latitude and longitude coordinates.

Calculating distance between two geographic locations

please shed some light on this situation Right now i have two array having latitude and longitude of nearby places …

android location distance latitude-longitude
Get GPS location via a service in Android

I need to monitor user's locations using a background service, and then load them and show the path to the …

android service gps location
Python + Django page redirect

How do I accomplish a simple redirect (e.g. cflocation in ColdFusion, or header(location:http://) for PHP) in Django?

python django redirect location
Android Google Maps API V2 Zoom to Current Location

I'm trying to mess around with the Maps API V2 to get more familiar with it, and I'm trying to …

android google-maps location google-maps-android-api-2
Android Location Providers - GPS or Network Provider?

In my application I would like to determine the user's current location. I do however have a couple of questions …

android location location-provider
How to get Android GPS location

Cheers, I'm trying to get the current GPS-Location via Android. I followed this Tutorial and Vogellas article aswell. Though it …

java android google-maps gps location
Calculate compass bearing / heading to location in Android

I want to display an arrow at my location on a google map view that displays my direction relative to …

android location compass-geolocation heading bearing
How does it work - requestLocationUpdates() + LocationRequest/Listener

I am new Android coder and I have problem with requesting updates for my localization. I working with tutorials from …

android location updates locationlistener
Android: How to get accurate altitude?

I need to get an accurate measurement of altitude using GPS only. I tried Location.getAltitude(), but that is terribly …

android gps location altitude
Difference between window.location.href, window.location.replace and window.location.assign

What is the difference between window.location.href="http://example.com"; window.location.replace("http://example.com"); window.location.assign("…

javascript dom location