Tagged Questions

1
vote
5answers
130 views

SQL Query for Performing Radius Search based on Latitude Longitude

We have a restaurant table that has lat-long data for each row. We need to write a query that performs a search to find all restaurants within the provided radius e.g. 1 mile, 5 …
0
votes
3answers
44 views

How do you click on a map and have latitude and longitude fields in a form populated?

I have a form that a user needs to fill out where the location needs to be identified. I have latitude and longitude input fields on the form. I am also looking for the decimal l …
1
vote
1answer
31 views

Geocoding using Google Earth

Dear all, I would like to get a pair of coordinates (longitude, latitude) from a postal address. I am coding VBA in an Excel workbook. I can assume that Google Earth is installed …
0
votes
4answers
130 views

Calculating bounding box a certain distance away from a lat/long coordinate in Java

Given a coordinate (lat, long), I am trying to calculate a square bounding box that is a given distance (e.g. 50km) away from the coordinate. So as input I have lat, long and dist …
0
votes
1answer
33 views

MySQL query for geographic midpoint

I need a MySQL query (or function) to calculate the geographic midpoint of an arbitrary number of latitude/longitude coordinates. I want to use Method C (Average latitude/longitude …
0
votes
3answers
277 views

GPS Location

I want to get my longitude and latitude on iphone in objective C. can any one guide me how to get these coordinates programmatically
0
votes
1answer
256 views

Distance between two locations using Latitude and Longitude way off what Google says.

I've spent a few days trying to figure this one out and can't seem to pinpoint the problems. I have a SQL 2005 database storing latitude and longitude as Decimal(18,8), all of whic …
1
vote
1answer
88 views

Getting the pixel co-ordinates of a Google map marker

Is it possible to determine the pixel co-ordinates of a given marker, taking into account current zoom level and visible area of the map?
0
votes
0answers
43 views

MapView and GPS problem in iphone!

Hi guys, I have a MKMApView and given a region I would like to get it's boundries (in GPS values - I would like to get the GPS coordinates of the top left point, top right etc). …
1
vote
5answers
749 views

proper/best type for storing latitude and longitude

In a system level programming language like C, C++ or D, what is the best type/encoding for storing latitude and longitude? The options I see are: IEEE-754 FP as degrees or radi …
2
votes
3answers
49 views

Giving a lat/lon polyline thickness

This is more of an algorithms question, but hopefully someone can help me with this. I have a line made of of latitude/longitude points and I want to create a polygon from it with …
0
votes
2answers
813 views

Converting Longitude & Latitude to X Y on a map with Calibration points

If i have a jpeg map with size sizeX, sizeY and some calibration points on the map (X, Y, Lon, Lat) What would be the algorithm for calculating the corresponding XY point in the …
0
votes
3answers
110 views

Parsing latitude and longitude with Ruby

Hi! I need to parse some user submitted strings containing latitudes and longitudes, under Ruby. The result should be given in a double Example: 08º 04' 49'' 09º 13' 12'' Res …
2
votes
3answers
229 views

Plotting a trajectory over time (a movie) using Google Earth/Maps

I have a set of points starting from (0,0,0) charting a path taken by a vehicle in 3D with each point being the distance traveled in its respective dimension. I need to do 2 things …
0
votes
2answers
403 views

Tool or PHP code to convert IP address into lat/lng coordinates

I have thousands of IP addresses of visitors to my site, what tools can I use to convert these into lat/lng coordinates? I will then be able visualise the data on a map with filter …

1 2 next
15 30 50 per page