FeatureClickEvent

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.