Page Summary
-
FeatureLayer.OnFeatureClickListener is an interface used to handle FeatureClickEvent.
-
Only visible features are clickable.
-
The onFeatureClick method is an abstract method that handles the FeatureClickEvent.
public static interface FeatureLayer.OnFeatureClickListener
A user-defined function that will be used to handle FeatureClickEvent.
Only visible features are clickable.
Public Method Summary
| abstract void |
Public Methods
public abstract void onFeatureClick (FeatureClickEvent featureClickEvent)
Handles the FeatureClickEvent.