geoElements property
The identify result's list of identified graphics.
If there are no geo element results at the layer level (for layers where
geo element results are exposed in sublayer results), an empty array is
returned. The array type depends on the type of objects contained in the
layer and whether
AggregationFeatureReduction is
enabled on the layer. When
AggregationFeatureReduction is
enabled on the layer, array type will be either AggregateGeoElement or
the GeoElement
type contained in the layer. The function will always
return an array containing objects that implement GeoElement
.
Implementation
List<GeoElement> get geoElements => _geoElements.value;