I am new to the Google Maps SDK for iOS. When the user clicks on the marker, instead of showing the default info window with a title and a snippet, I would like to direct them somewhere else in my application (for example, a modal view controller). I looked through the header files online, and I can’t find anything regarding touch events on markers. Does anyone have suggestions or workarounds?
source
share