Vector Tile Feature
A vector tile feature. 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 GeoElement.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.
Since
300.1.0
See also
Properties
The ID of the style layer from which this feature originates.
The VectorTileStyleLayerType of the style layer from which this feature originates.
Inherited properties
The attributes of the GeoElement as a collection of name/value pairs. This map's keys are case insensitive.
The geometry defines the shape and location of the GeoElement.