sublayerResults property

List<IdentifyLayerResult> sublayerResults

The identify layer result's list of sub results.

For layers that do not contain sublayers, this array will be empty.

Implementation

List<IdentifyLayerResult> get sublayerResults => _sublayerResults.value;