Tagged Questions

In geography, the latitude of a location on the Earth is the angular distance of that location south or north of the Equator. The latitude is an angle, and is usually measured in degrees.

learn more… | top users | synonyms

43
votes
12answers
47k views

How do I calculate distance between two latitude longitude points?

Here's an easy one for you: How do I calculate the distance between two points points specified by latitude and longitude? EDIT: For clarification, I'd like the distance in kilometres, the points ...
22
votes
6answers
9k views

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 be used, or decimal, or ...? I'm aware that Oracle, MySql, and SQL ...
22
votes
15answers
16k views

How to convert an address to a latitude/longitude?

How would I go about converting an address or city to a latitude/longitude? Are there commercial outfits I can "rent" this service from? This would be used in a commercial desktop application on a ...
21
votes
9answers
17k views

What's the best way to store co-ordinates (longitude/latitude, from Google Maps) in SQL Server?

I'm designing a table in SQL Server 2008 that will store a list of users and a Google Maps co-ordinate (longitude & latitude). Will I need two fields, or can it be done with 1? What's the best ...
19
votes
9answers
20k views

Calculate distance in meters when you know longitude and latitude in java [closed]

Possible Duplicate: Working with latitude/longitude values in Java Duplicate: Working with latitude/longitude values in Java How do I calculate distance between two latitude longitude ...
17
votes
8answers
18k views

Working with latitude/longitude values in Java

Does anyone know of any free utility jars for java that assist with longitude/latitude manipulation in Java? I am wanting to find the distance between two different points. This I know can be ...
6
votes
3answers
2k views

Getting GPS data from an image's EXIF in C#

I am developing a system that allows for an image to be uploaded to a server using ASP.NET C#. I am processing the image and all is working great. I have managed to find a method that reads the Date ...
6
votes
2answers
6k views

How can I get latitude, longitude from x, y on a Mercator map (JPEG)?

I have a Mercator projection map as a JPEG and I would like to know how to relate a given x, y coordinate to its latitude and longitude. I've looked at the Gudermannian function but I honestly don't ...
6
votes
8answers
12k views

Java, convert lat/lon to UTM

Does anyone know of a way, in Java, to convert an earth surface position from lat, lon to UTM (say in WGS84)? I'm currently looking at Geotools but unfortunately the solution is not obvious.
6
votes
4answers
2k views

Mapping latitude/longitude to a distorted map

I have a bunch of latitude/longitude pairs that map to known x/y coordinates on a (geographically distorted) map. Then I have one more latitude/longitude pair. I want to plot it on the map as best ...
5
votes
1answer
320 views

Closest pair of points problem

I know how to implement n log n closest pair of points algorithm (Shamos and Hoey) for 2D cases (x and y). However for a problem where latitude and longitude are given this approach cannot be used. ...
4
votes
5answers
218 views

Zipcodes & Distance

I have a list of zipcoded in a MySQL Database together with their Latitude & Longitude data (Column names: ZipCode, Lat, Lon). Now I have to make a search requests (search for the zipcode) to ...
3
votes
3answers
88 views

Conversion for latitude/longitude to altitude in R

Does anyone know if there is a tool in R to find the height above sea level of a location, given the latitude and longitude ?
3
votes
2answers
257 views

Moving lat/lon text columns into a 'point' type column

I've got a table in my MySQL database called 'house'. Within the house table, there are a couple of text columns called latitude and longitude. I've added a new column called 'coords', of type ...
3
votes
1answer
461 views

How Do I Calculate the Area of a Polygon in a MySQL Database When the Polygon's Points are Lat Longs?

How do I calculate the area of a polygon stored in a MySql database? The polygons' points are lat longs. So, degrees and minutes seem to be causing a problem. I've tried: SELECT AREA( my_polygon ) ...
3
votes
2answers
2k views

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, but the actual timezone they're in. Essentially, I'm searching for the polar opposite of ...
3
votes
3answers
625 views

Return latitude/longitude based on entered address

I'm building a php based application for a client to enter in addresses for their customers' buildings. They'd like the ability to view the location on a map (either as individuals or grouped in a ...
3
votes
1answer
1k views

Calculate Y position from latitude in degrees on mercator projection

I'm trying to calculate the Y position on a map with mercator projection given the latitude in degrees. Here's what I need: //mapHeight might be 600 (pixels), for example //latitudeInDegrees ranges ...
3
votes
2answers
2k views

get the time offset from GMT from latitude longitude

Is there a way to estimate the offset from GMT (or time zone) from a latitude/longitude? I've seen geonames, but this would need to work long term and we don't really want to rely on a web service. ...
3
votes
1answer
1k views

Sql 2008 query problem - which LatLong's exists in a geography polygon?

i have the following two tables:- GeoShapes GeoShapeId INT IDENTITY Name VARCHAR(100) ShapeFile GEOGRAPHY [ this is a closed Polygon of Lat/Longs ] CrimeLocations CrimeLocationId INT IDENTITY ...
2
votes
2answers
157 views

Determine if a latitude/longitude is within a polygon on Earth's surface

I am trying to figure out if a latitude/longitude point is contained within a polygon defined by vertexes that represent points on the earth (also lat/lon's, in clockwise order). This is trivial for ...
2
votes
3answers
327 views

Distance Function for SQLite in iOS 5 is very slow

I have been using for a long time a C function that calculates the distance between coordinates in SQLLite. The thing is that for the very same database and different iOS devices (4 and 5) the time ...
2
votes
2answers
148 views

getLatitudeE6() returns wrong value

public boolean onTap(GeoPoint p, MapView mapView) { String msg; double d1 = p.getLatitudeE6()/1E6; double d2 = p.getLongitudeE6()/1E6; String str1 = ...
2
votes
1answer
260 views

Python lat/long midpoint calculation gives wrong result when longitude > 90

I have a problem with a short function to calculate the midpoint of a line when given the latitude and longitude of the points at each end. To put it simply, it works correctly when the longitude is ...
2
votes
0answers
440 views

GPS longitude and latitude from geotagged photo

I have geo tagging enabled in my phone camera. It saves latitude and longitude information (I've checked). I'm trying to read it like this import static ...
2
votes
3answers
441 views

How can I get the latitude and longitude of “x” meter from ref latitude and longitude?

I have a distance in meters and ref latitude and longitude. Now I want latitude and longitude from the given ref point on x meters in four direction (south, north, east and west). How can I get this ...
2
votes
1answer
452 views

Google latitude returns empty location resource. Anything wrong in this Oauth flow?

using examples I have this code. It works fine, authorizes the proper scopes and everything: <?php ini_set("display_errors",1); error_reporting(E_ALL); session_start(); ...
2
votes
3answers
760 views

transform longitude latitude into meters

I need a function that maps gps positions to x/y values like this: getXYpos(GeoPoint relativeNullPoint, GeoPoint p){ deltaLatitude=p.latitude-relativeNullPoint.latitude; ...
1
vote
2answers
32 views

android latitude/longitude formats

I need to make some calculations using the user current lat/long and some values stored in the db. The problem is that Location.getLatitude() returns a value like 4119778.0 and my values in the db are ...
1
vote
1answer
207 views

Longitude/Latitude to Postcode?

Basically I have an iOS app that I want to find the parliamentary constituency that you are currently in based on geolocation, I can do this if I have the postcode (It has the be the full postcode as ...
1
vote
1answer
187 views

c#: Distance from point to a line segment (in longitude and latitude)

I have a position (A) in longitude and latitude. I have a line segment with start (B) and end (C) points in longitude and latitude. What I am trying to calculate is the shortest distance from A to ...
1
vote
1answer
109 views

Hiding the latitude and longitude in a Google Map

I am working on a Google Map that shows a spot on the map that supposed to stay secret for users. So my question is how to hide the lat and lng in my Google map. Users shouldn't see the lat and lng ...
1
vote
0answers
101 views

Passing the latitude and longitude to server

I couldnt able to pass the values of latitude and longitude from mylocationlistner to register.java in order to send those values to server. how to solve this? Thanks in advance...! Register.java ...
1
vote
1answer
190 views

Accessing latitude and longitude from one class to another

I want to access the values of latitude and longitude of one class in another class. I have a class named Mylocationlistner.java and the code is given below. from this I want to access the current ...
1
vote
1answer
374 views

Using Google Latitude API to get friends' locations

I'm thinking about writing a perl script that will use the Google Latitude API to track a bunch of people doing a big bike ride. The idea is that we all share location, then this script uses the API, ...
1
vote
2answers
79 views

Getting Y position from Latitude on a spherical projected map

In Javascript. I have a map of the world that is 1024 x 1024px - It is a spherical Mercator projection. Im looking to convert long/lat to x,y for this map. I have a bunch of coordinates that I need ...
1
vote
1answer
199 views

Eeek! - Calculate Radius having only latitudes and longitudes

I've just spent the past hour trying to find a solution on here but it's all a little foreign to me. I have a MySQL database that looks as such: Postcode int(4), City varchar, State varchar, ...
1
vote
4answers
226 views

store data in Singleton classes

I have an application in java that uses two different threads.And for sharing data between these two threads I wanna use a Singleton class. The data that needs to be shared between threads is ...
1
vote
1answer
376 views

Calculating heading between two latitude and longitude in iPhone [closed]

Possible Duplicate: how to calculate the current speed and average speed of user travelling from current location to particular loaction in map in iphone I have a situation where i should ...
1
vote
2answers
243 views

Longitude / Longitude to quaternion

I've got a longitude and latitude and want to convert this to a quaternion and wondering how I can do this? I want to use this, because I've got an app which projects the earth on a sphere and I want ...
1
vote
4answers
883 views

problem to get current location in Galaxy Tab

I have galaxy Tab and I want to get current lat long from my code. That code working properly in android Emulator after sending lat long from DDMS. But when I integrate this code in my galaxy Tab I ...
1
vote
1answer
61 views

Finding trips in a set of waypoints

From a set of waypoints, each with lat/lon and timestamp, how do you find out the start and end point of a trip vs. staying at a place over time? I'm playing with Google Latitude data, unfortunately ...
1
vote
2answers
672 views

How to find Latitude and longitude of current location of iphone using j2ee application

I have a J2EE web based application which is especially developed for iPad, iPhone and other mobile devices. I need to find out the device current location longitude and latitude. I done this through ...
1
vote
1answer
164 views

How can I convert a geocell to lat/long?

I use GeoModel on app engine--super awesome, I love it for doing location based searches. However, I'd like to actualy also graph a geocell on to a map. Does anyone know how I can convert a geocell ...
1
vote
1answer
2k views

get gps location from mobile phone

I would like to know What is the best way to get the gps locations off multiple phones on to a googlemaps on a website. I just downloaded googlemaps with latitude on my phone. Is it only possible to ...
1
vote
3answers
2k views

Tiger/Lines or shapefiles of USA states and cities?

i've been asked to generate some demographic reports (crime rates, birth/deaths, etc) based on state and cities for the USA. I have all the demographic data (provided by our client) but can't seem to ...
0
votes
0answers
33 views

Google maps api v2 Longitude and Latitude of address issue

I have so far a working covert script to get Longitude and Latitude from an Address. Problem is that I can't submit, while the submit button is used to get the Longitude and Latitude. So I would ...
0
votes
1answer
35 views

How to set the latitude and longitude of an Event

On my website i'm using the PHP SDK to make api calls. And with it I am able to create an event and edit it afterwards. But what I am not able to do is to set the latitude and longitude of the event. ...
0
votes
0answers
13 views

map longitude and latitude

I'm loading gps data and make a image out of it. I want the image to be shown as large as possible, atm it stretches out when you make it very wide for example. How can i do it correct? (it should ...
0
votes
2answers
45 views

How to display the compass like google latitude?

I'm currently working on a mapview, and I want to display the user's position like the google's Latitude (compass direction); I saw several topic on that, but none of them give me the adequate ...

1 2