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.

Open alternatives to Google-maps?

I'm looking for an alternative to Google-maps with all the richness of their API but more open. Does such a …

google-maps geolocation maps geospatial
Get PHP Timezone Name from Latitude and Longitude?

Is there a way get the timezone of a user by their latitude and longitude? And not just the offset, …

php geolocation timezone latitude-longitude
Geolocation with IPv6?

I'm working on an IP geolocation library that uses the first three octets of an IPv4 address to determine a …

geolocation ipv6 ipv4
Nearest zip code of a zip code?

I need to find the 5 nearest zip code of a zip code. For example, I have 33304, and I need to …

geolocation zipcode
Clustering geo location coordinates (lat,long pairs) using KMeans algorithm with Python

Using the following code to cluster geolocation coordinates results in 3 clusters: import numpy as np import matplotlib.pyplot as plt …

python numpy geolocation scipy k-means
Determine iPhone user's country

I need to determine at startup what country a user is in, for an iPhone application. Presumably I will have …

iphone geolocation reverse-geocoding
Calculate distance between two points in Leaflet

How do you calculate the distance between two markers in Leaflet-ionic2? Couldn't figure out, I hope there is an Algorithme …

geolocation ionic2 leaflet
Android Google Map how to check if the gps location is inside the circle

I'm trying to detect if a user is in the radius of a Marker , using the users gps location. I …

android google-maps gps geolocation android-maps-v2
Associate IP addresses with countries

I want to show country flag depending on ip address I receive at server side. Are fixed ip addresses are …

geolocation ip-address geoip
Geospatial coordinates and distance in kilometers

This is a followup to this question. I seem to be stuck on this. Basically, I need to be able …

geolocation geospatial distance geography