Class VectorTileFeature
A vector tile feature.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class VectorTileFeature : GeoElement
Remarks
A vector tile feature is a type of GeoElement that represents a feature in an ArcGISVectorTiledLayer.
Each vector tile feature corresponds to a specific style layer in the vector tile source, but its attributes are
defined by the tile data. The Geometry property is only populated for point-based features
(circles and symbol icons). For line and fill style layers, since the full fidelity of the geometry cannot be
guaranteed, the geometry is returned as null. Vector tile data must be published with IDs in order to be
identified. Symbol icons along a line (such as highway shields), as well as text, are not identifiable.
Vector tile features support attributes of the following types: bool, int64, uint64, float, double, and String.
Properties
| Name | Description |
|---|---|
| Geometry | Gets or sets the Geometry of the feature. |
| Id | Gets the feature ID. |
| StyleLayerId | Gets the ID of the style layer from which this feature originates. |
| StyleLayerType | Gets the VectorTileStyleLayerType of the style layer from which this feature originates. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |