I'd like to use google map API to store in my db long/lat of certain items and then show the items on a gmap upon request. I've studied gmap APIs, but never used yet.
How would you develop geo seaches using lat/long info? Eg. if a query requests a kind o filtered resuts within a certain area, should I calculate the distances with sqrt((lon1-long2)^2+(lat1-lat2)^2) and writing my own functions? Any suggestion/further documentation would be grateful. Thanks all -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
