I am working on a project that includes google maps api v3 and PostGres.
What I want to do is to pass the bounding box coordinates(bottom left and top right) of my map window to POSTGRES and get the POI locations for the generated map window on a particular zoom level.
How can I achieve this.. ? Any Ideas? Is there already a direct function for this in api v3?
I've got this on SO but this does not seem to work for me