Resize, drag and scale GMSCircle in Google map objective-c
Helllo Everyone, In google map i need to show a circle and user can resize it, scale it and drag it also and after that i need to find radius of the circle and center latitude and longitude. How can i achieve this ? For Tappable GMSCircle set googleMapCircle.tappable = true; And to achieve draggable circle need to add the delegate method of Google map didTapOverlay : - (void)mapView: (GMSMapView*)mapView didChangeCameraPosition: (GMSCameraPosition*)position { //set GMSCameraPosition to googleMapCircle position googleMapCircle.position=position.target; } For resize GMSCircle on slider value