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 create a real time location sharing android app

I want to create an app where people can see where they and their friends are Eg: - imagine 2 people …

java android google-maps geolocation android-gps
Is Android's GPS altitude incorrect due to not including geoid height?

I'm testing an Android app that records the location (lat/long/alt). I'm running the app on a Samsung GTS5830 …

android geolocation gps altitude
Exactly how accurate is IP Geolocation?

I'm setting up a iPhone tracking system for my friends, so they can submit their location to my website by …

geolocation tracking system ip-geolocation
Querying MySQL for latitude and longitude coordinates that are within a given mile radius

I currently have a MySQL table that is structured as follows: id name lon lat ----- ----- ----------- ----------- 1 Mark …

mysql sql geolocation haversine
location detection in web browser

I am searching for a method to locate the user location while visiting my website, i have tried Maxmind but …

html geolocation geoip ip-geolocation
how to initially zoom a map in angular google maps

I am using agm/core in displaying the coordinates of a map. I have the code below <agm-map [latitude]="10.3207886" […

angular google-maps typescript geolocation angular-google-maps
MKCoordinateSpan in Meters?

I need to create a MKCoordinateSpan that is about 500 meters. How do I calculate the values to pass into the …

iphone ios geolocation xamarin.ios mkcoordinatespan
Find location by zip code

I am looking for a google API or any other API that returns me location ( in the form of latitude/…

java google-maps google-maps-api-3 geolocation google-geocoding-api
LocationManager requestLocationUpdates doesn't work

I'm trying to get the current location in android using LocationManager and LocationListener as described at http://developer.android.com/…

android geolocation locationmanager
In Oreo (8.0.0+) (API 26+), How to get a location services update when the app is in the background or kill

In Android O (8.0.0+) (API 26+), How to get a location services update when the app is in the background or kill. …

android background geolocation android-service android-8.0-oreo