GoogleMap.OnInfoWindowLongClickListener
Stay organized with collections
Save and categorize content based on your preferences.
Callback interface for when the user long presses on a marker's info window.
Public Methods
public abstract void onInfoWindowLongClick (Marker
marker)
Called when the user makes a long-press gesture on the marker's info window.
This is called on the Android UI thread.
Parameters
marker |
The marker to which the info window is anchored. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["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-31 UTC."],[[["`GoogleMap.OnInfoWindowLongClickListener` is an interface used to handle long clicks on a marker's info window."],["It includes the `onInfoWindowLongClick` method, which is triggered when a user long-presses an info window, providing access to the associated marker."],["The `onInfoWindowLongClick` method is executed on the main Android UI thread."]]],[]]