latitude-longitude
Getting the rectangle four points of given one latitude and one longitude only
I am reading this: http://www.panoramio.com/api/widget/api.html#photo-widget to build a JavaScript photo widget.[详细]
2023-02-26 06:10 分类:问答Matching long & lat within radius
I\'m thinking of using my map coordinates to allow for location based searching and I don\'t know where to start.[详细]
2023-02-25 10:17 分类:问答How to get coordinates of a point on a polyline by meters?
I loop along an MVCArray ... trying to split the segments by an offset. But I would requir开发者_如何学Ce a little more precision to split the poly-line at the proper points.[详细]
2023-02-25 03:18 分类:问答reading from an InputStream
I have an client server application on Android.And I have to send data from client to server. The data that I send is GPS data wrapped this way:[详细]
2023-02-24 22:26 分类:问答Generate Sunrise and Sunset Times from Latitude Longitude on today's date
Everyone. I\'m doing a project that makes only use of JavaScript (client-side, not server-side) and I want to use the script from NOAA that I found in the other thread (I can\'t list more than one lin[详细]
2023-02-24 06:23 分类:问答PHP - mySQL query issue
I\'m finding the nearest location (with long/lat from Google API) in a radius area with lon/lat in my SQL database, here\'s my query:[详细]
2023-02-24 02:57 分类:问答php mysql query latitude longitude syntax
I\'m setting up a lat/long search for nearby cities. It is based on Google\'s example. Code $query = sprintf(\"SELECT Zip, City, State, Lat, Long, ( 3959 * acos( cos( radians(\'%s\') ) * cos( radian[详细]
2023-02-23 14:12 分类:问答Latitude, Longitude Grabber
What I would like to do is create app where when anyone clicks on the map object and two fields get filled with latitude and longitude at every click. Is there sample code of Google Maps V3 JavaScript[详细]
2023-02-22 19:21 分类:问答Distance between 2 latlon points
I want to work out the distance between 2 latlon points. The simple distance formula http://www.purplemath.com/modules/distform.htm is not correct because we are dealing with 2 different measures (lat[详细]
2023-02-22 15:54 分类:问答Distance between two lat,lon points
Is it ok to compare distances in a classic way (distance between 2 points: d = sqrt(pow(lat2-lat1, 2) + pow(lon2-lon1, 2)) ) using the latitude and longitude returned from google apis without any tran[详细]
2023-02-22 10:32 分类:问答