There are two possibilities for getting venues around a certain location:

a) You build your own database with locations that you want to suggest the 
user. Then you can simply query all entries whose position are in a specific 
range around the position of your user.

b) You might try the Google Places 
API<http://code.google.com/intl/en/apis/maps/documentation/places/#PlaceSearches>.
 
It's still beta, though, and requires you to have an Google AdSense account. 
I haven't used it myself, but looking at the documentation it should pretty 
much be what you need. You give a position and a radius as inputs and the 
API returns places that match these criterias.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to