How can I get a GMSCoordinateBounds from a GMSCameraPosition? I want to know the visible coordinates on the map (at least northeast / southwest points) every time the user moves the camera, as in:
(void)mapView:(GMSMapView *)mapView didChangeCameraPosition:(GMSCameraPosition *)position
ios google-maps google-maps-sdk-ios gmsmapview
apinho
source share