Page Summary
-
FeatureLayer.OnFeatureClickListeneris a user-defined function for handling FeatureClickEvents, triggered when a visible feature on a map is clicked. -
It includes a single method,
onFeatureClick, which is called with aFeatureClickEventobject containing details about the click event. -
Only features that are visible on the map are clickable and will trigger this event.
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.
Parameters
| featureClickEvent |
|---|