Ok I have a database with about 1800 rows, each has a column lat and long, what I am trying to do, it query against Google Maps V3 .getBounds
lat
long
.getBounds
if from Google: ( (a, b), (c, d) )
SELECT * FROM tilistings WHERE lat > a AND lat < c AND lng > b AND lng < d