FeatureClickEvent
Stay organized with collections
Save and categorize content based on your preferences.
Contains a LatLng
and a
list of data-driven styling features associated with a click event.
Inherited Method Summary
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public List<Feature>
getFeatures ()
Returns the list of Features.
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."],[[["`FeatureClickEvent` stores information about a click event on a map feature, including location and associated data."],["It provides access to a list of features related to the click using `getFeatures()`."],["The geographical location of the click is accessible through `getLatLng()`, returning a `LatLng` object."]]],["`FeatureClickEvent` provides data about a click event, including a `LatLng` location and a list of associated data-driven styling `Features`. Key actions involve using the `getLatLng()` method to retrieve the click's `LatLng` coordinates, and using the `getFeatures()` method to obtain the list of `Features` linked to that event. The `FeatureClickEvent` extends object, it has also inherited methods to get the class, wait, etc.\n"]]