Property GeoElements
GeoElements
Gets a list of identified GeoElement.
Declaration
public IReadOnlyList<GeoElement> GeoElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<GeoElement> | Gets a list of identified GeoElement. |
Remarks
If there are no geoelement results at the layer level (for layers where geoelement results are exposed in sublayer results), an empty list is returned. The function will always return a list containing objects of type GeoElement. The specific type of geoelement in the list depends on the type of objects contained in the layer and whether AggregationFeatureReduction is enabled on the layer. When AggregationFeatureReduction is enabled, geoelements in the list will be either AggregateGeoElement or the GeoElement type contained in the layer.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
Edit feature attachments: Add, delete, and download attachments for features from a service.
Identify KML features: Show a callout with formatted content for a KML feature.
Identify layers: Identify features in all layers in a map. MapView supports identifying features across multiple layers. Because some layer types have sublayers, the sample recursively counts results for sublayers within each layer.
List related features: List features related to the selected feature.