getCenter method

LatLng getCenter()

return the center of this bounds.

Implementation

LatLng getCenter()=>LatLng(lat: south+ (north-south)/2, lng: west+ (east-west)/2);