Called when the user makes a long-press 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 pressed.
[[["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-09-15 UTC."],[[["\u003cp\u003e\u003ccode\u003eGoogleMap.OnMapLongClickListener\u003c/code\u003e is an interface to handle long-press gestures on a Google Map.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eonMapLongClick\u003c/code\u003e method is called when a user long-presses on the map, providing the geographical coordinates of the pressed point.\u003c/p\u003e\n"],["\u003cp\u003eThis listener is triggered only if no other map overlays have consumed the long-press event.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eonMapLongClick\u003c/code\u003e executions occur on the main Android UI thread, ensuring smooth interaction with the application's interface.\u003c/p\u003e\n"]]],[],null,[]]