Can I intercept marker deselect when I tap another marker in Google Maps SDK for iOS?
I know that I can use didTapAtCoordinate that will deselect the marker when I tap else where on the map. But If there are multiple marker and I tap another one (Ex. MarkerA -> MarkerB), Is there any call back when the previous marker DidDeselect?. I look around in GMSMapView the but can't find any thing I can use. I want to change the marker color or image when it being selected and change it back when another marker select or the marker deselect. Thank you. The doco for selectedMarker says: The marker that is selected. Setting this property selects a particular marker, showing an info window