FeatureClickEvent

  • 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.

public final class FeatureClickEvent extends Object

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.

Public Method Summary

List<Feature>
getFeatures()
Returns the list of Features.
LatLng
getLatLng()
Returns the LatLng.

Inherited Method Summary

Public Methods

public List<Feature> getFeatures ()

Returns the list of Features.

public LatLng getLatLng ()

Returns the LatLng.