GeoLocation - How to calculate which map points to show relevent to my location
Posted: Sun Jul 01, 2012 6:34 pm
by adi
Hi Max,
Can you please advice if there's an existing method to calculate which addresses are relevant to my current location.
assuming i have a DB that lists businesses names with their addresses, how can i calculate which are relevant to my current location?
Thanks
Adi
GeoLocation - How to calculate which map points to show relevent to my location
Posted: Sun Jul 01, 2012 7:33 pm
by maxkatz
I'm not aware of such method or service. Check if Google Maps API provides anything similar.
GeoLocation - How to calculate which map points to show relevent to my location
Posted: Sun Jul 01, 2012 7:36 pm
by adi
i think this will do the job
https://developers.google.com/maps/do...
place it as a custom javascript ? (with some modifications of course)
GeoLocation - How to calculate which map points to show relevent to my location
Posted: Sun Jul 01, 2012 7:40 pm
by maxkatz
Google Map API JS is included in your app.. so you might not have to include anything at all.