How to get coordinates using javascript Google Maps JavaScript API v3 of the center of the currently viewed area on google maps? Thanks
You can call:
map.getCenter();
to return a LatLng object.