Called when the user makes a tap gesture on the map, but only if none of the overlays of the
map handled the gesture. Implementations of this method are always invoked on the Android UI
thread.
Parameters
point
The point on the ground (projected from the screen point) that was tapped.
[[["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 2025-02-07 UTC."],[[["`GoogleMap.OnMapClickListener` is an interface to handle user tap interactions on a Google Map."],["`onMapClick()` method within this interface is triggered when a user taps on the map, provided no overlays have already handled the event."],["This method provides the geographical coordinates (`LatLng`) of the tapped point and is executed on the Android UI thread."]]],[]]