Show / Hide Table of Contents

Class VectorTileFeature

A vector tile feature.

Inheritance
object
GeoElement
VectorTileFeature
GeoElement.Attributes
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.