how to get coordinates of the center of the viewed area in google maps using Google Maps JavaScript API v3 March 2, 2023 by Tarik You can call: map.getCenter(); to return a LatLng object.