I'm using Google Map API to show all locations in database. When user scrolls to one point in map, every visible area on map should be checked and return all locations in my database.
Because user can zoom in / zoom out in map, so minimum and maximum coordinate can view on map is vary base on scaling (and maybe phone screen size, too). So my question is, does android google map sdk supports function, so I can called to get minimum/maximum coordinate (in latitude, longitude) can be showed on map.
Thanks :)