New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see New map style for Google Maps Platform.
public
abstract
boolean
onMarkerClick(Marker marker)
Called when a marker has been clicked or tapped.
Note: the first thing that happens when a marker is clicked or tapped is that any
currently showing info window is closed, and the GoogleMap.OnInfoWindowCloseListener is
triggered. Then the OnMarkerClickListener is triggered. Therefore, calling isInfoWindowShown() on any marker from the OnMarkerClickListener will return
false.
Parameters
marker
The marker that was clicked.
Returns
true if the listener has consumed the event (i.e., the default behavior
should not occur); false otherwise (i.e., the default behavior should occur). The
default behavior is for the camera to move to the marker and an info window to appear.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-04 UTC."],[],[]]