I used google map sdk for my iOS Application. Here I want to perform GMSMarker hide/show functionality based on the GMSMapView zoom in/zoom out.
Could anyone guide me in correct solution please.
I used google map sdk for my iOS Application. Here I want to perform GMSMarker hide/show functionality based on the GMSMapView zoom in/zoom out.
Could anyone guide me in correct solution please.
You can add UIPinchGestureRecognizer on your map view.
Then in its selector method you can hide/show the marker using: