I want to show completely GMSCircle on MapView but radius of circle is dynamically changed.
When radius is changed then MapView will be automatically adjust to view the complete circle on map to show all marker.
In Swift language, I have found a solution which may be helpful for me as given here: Change Camera Zoom based on Radius Google Maps iOS SDK
But I have to implement this in Objective-c and in Objective-c we didn't have bound property for GMSCircle.
Thanks in Advance,Please guide me.