Top "Latitude-longitude" questions

Managing data about geographic point locations, using a latitude-longitude pair (degrees north/south, and east/west, respectively) per point.

Calculate distance between two latitude-longitude points? (Haversine formula)

How do I calculate the distance between two points specified by latitude and longitude? For clarification, I'd like the distance …

algorithm math maps latitude-longitude haversine
Calculate distance between 2 GPS coordinates

How do I calculate distance between two GPS coordinates (using latitude and longitude)?

math geolocation geometry latitude-longitude geography
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 is the ideal data type to use when storing latitude / longitude in a MySQL database?

Bearing in mind that I'll be performing calculations on lat / long pairs, what datatype is best suited for use with …

mysql database-design maps mapping latitude-longitude
What is the maximum length of latitude and longitude?

How long can latitude and longitude be? I am getting very long lengths sent by a Windows Phone device: Latitude=…

database-design latitude-longitude
How to get a time zone from a location using latitude and longitude coordinates?

Given the latitude and longitude of a location, how does one know what time zone is in effect in that …

geolocation timezone latitude-longitude
What datatype to use when storing latitude and longitude data in SQL databases?

When storing latitude or longitude data in an ANSI SQL compliant database, what datatype would be most appropriate? Should float …

sql database geocoding latitude-longitude
How can I enter latitude and longitude in Google Maps?

Hi, I'm trying to enter the below longitude and latitude into Google Maps but having a few issues with the …

google-maps maps latitude-longitude
Calculate distance in meters when you know longitude and latitude in java

Possible Duplicate: Working with latitude/longitude values in Java Duplicate: Working with latitude/longitude values in Java How do I …

java distance latitude-longitude
How to get the Google Map based on Latitude on Longitude?

I want to display Google map in my web page based on longitude and latitude. First user want to enter …

google-maps latitude-longitude