Property GeoElements
GeoElements
Gets a list of identified Geo
Declaration
public IReadOnlyList<GeoElement> GeoElements { get; }
Property Value
Type | Description |
---|---|
System. |
Gets a list of identified Geo |
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
Geo
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
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.