How to fit bounds for coordinate array with google maps sdk for iOS? I need to zoom map for 4 visible markers.
For time being, Google has finally implemented the GMSCoordinateBounds, you can make use of it with GMSCameraUpdate.
For details, please check the official reference.