FeatureClickEvent
Data-driven styling features are not available to the Navigation SDK. They exists for compile
time compatibility with com.google.android.gms:play-services-maps only.
Contains a LatLng
and a list of data-driven styling features associated with a click
event.
Inherited Method Summary
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
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 2025-05-07 UTC.
[null,null,["Last updated 2025-05-07 UTC."],[[["`FeatureClickEvent` objects contain information about click events on map features, including location and associated features."],["Data-driven styling features within this class are only for compile-time compatibility and not available to the Navigation SDK."],["This class provides methods to access the geographical coordinates (`LatLng`) and a list of associated features (`Feature`) of the click event."]]],[]]