Method GetGeoElementsAsync
GetGeoElementsAsync()
Gets the collection of geoelements represented by this aggregate geoelement.
Declaration
public Task<IReadOnlyList<GeoElement>> GetGeoElementsAsync()
Returns
| Type | Description |
|---|---|
| Task<IReadOnlyList<GeoElement>> | The geoelements represented by this aggregate geoelement. |
Remarks
For an aggregate geoelement on a feature layer, this method returns a collection of features. For a graphics overlay, it returns a collection of graphics.
As a user navigates the map, aggregate geoelements update dynamically depending on the map's scale and extent. When aggregate geoelements are re-created, new aggregate geoelements are drawn. References to AggregateGeoElement instances that are no longer drawn on the map retain their association to the geoelements they aggregated.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.4 - 200.8 |
| .NET | 200.4 - 300.0 |
| .NET Windows | 200.4 - 300.0 |
| .NET Android | 200.4 - 300.0 |
| .NET iOS | 200.4 - 300.0 |
| .NET Framework | 200.4 - 200.8 |
| UWP | 200.4 - 200.8 |