I am installing a website in a droplet (Digital Ocean). I have a issue for install NGINX with PHP properly. I did a tutorial https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-14-04 but when I try...
How can I store the user’s current location and also show the location on a map? I am able to show pre-defined coordinates on a map, I just don’t...
I currently have just under a million locations in a mysql database all with longitude and latitude information. I am trying to find the distance between one point and...
I want to get following values from Latitude and Longitude in android Street Address City / State Zip Complete Address How to achieve this? 23 Answers 23
I’m developing an app on Android OS. I don’t know how to check if Location Services are enabled or not. I need a method that returns “true” if they...
Is there a difference between these two lines? var url = "http://www.google.com/"; window.location = url; window.location.replace(url); 3 Answers 3
What is the difference between window.location.href and window.open () methods in JavaScript? 6 Answers 6
Which one of these is the most effective vs checking if the user agent is accessing via the correct domain. We would like to show a small js based...
My app that worked fine on iOSÂ 7 doesn’t work with the iOSÂ 8 SDK. CLLocationManager doesn’t return a location, and I don’t see my app under Settings -> Location Services...
I need to get my current location using GPS programmatically. How can i achieve it? 23 s 23 I have created a small application with step by step description...