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.

window.location.href and window.open () methods in JavaScript

What is the difference between window.location.href and window.open () methods in JavaScript?

javascript location window href window-object
How do I get the current GPS location programmatically in Android?

I need to get my current location using GPS programmatically. How can i achieve it?

android geolocation gps location
PHP header(Location: ...): Force URL change in address bar

I'm currently working on a mobile site with authentication using PHP sessions with a database. I have a login page …

php redirect header location
Where does npm install packages?

Can someone tell me where can I find the Node.js modules, which I installed using npm?

javascript node.js location npm
How to get complete address from latitude and longitude?

I want to get following values from Latitude and Longitude in android Street Address City / State Zip Complete Address How …

android google-maps location
What is the simplest and most robust way to get the user's current location on Android?

The LocationManager API on Android seems like it's a bit of a pain to use for an application that only …

android geolocation location latitude-longitude
What's the difference between window.location= and window.location.replace()?

Is there a difference between these two lines? var url = "http://www.google.com/"; window.location = url; window.location.replace(…

javascript window location
Location Services not working in iOS 8

My app that worked fine on iOS 7 doesn't work with the iOS 8 SDK. CLLocationManager doesn't return a location, and I …

objective-c ios8 location cllocationmanager
Get User's Current Location / Coordinates

How can I store the user's current location and also show the location on a map? I am able to …

ios swift iphone location cllocationmanager
Nginx serves .php files as downloads, instead of executing them

I am installing a website in a droplet (Digital Ocean). I have a issue for install NGINX with PHP properly. …

php wordpress nginx location fastcgi