get Features
abstract fun getFeatures(layerList: LayerList, completionCallback: CompletionCallback<List<Feature>>)
Retrieves a list of features from the given layer list asynchronously.
Parameters
layer List
The layer list from which to retrieve the features.
completion Callback
The callback function to be invoked with the list of features.
Retrieves a list of features from the given layer list asynchronously.
Return
The list of features.
Parameters
layer List
The layer list from which to retrieve the features.