public interface SelectFeaturesHandler
Modifier and Type | Method and Description |
---|---|
void |
onSelectionComplete(com.google.gwt.core.client.JsArray<Graphic> features,
FeatureLayer.Selections selectionMethod)
Fires when selectFeatures() has completed.
|
void onSelectionComplete(com.google.gwt.core.client.JsArray<Graphic> features, FeatureLayer.Selections selectionMethod)
features
- - Features returned from the query.This does not equal the current
selection, call getSelectedFeatures() to retrieve the current selection set.selectionMethod
- - Selection method used in the selectFeatures method.