List of VectorTileFeature. A VectorTileLayer should contain at least one feature

Namespace:  EGIS.Mapbox.Vector.Tile
Assembly:  EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)

Syntax

Visual Basic
Public Property VectorTileFeatures As List(Of VectorTileFeature)
	Get
	Set
C#
public List<VectorTileFeature> VectorTileFeatures { get; set; }
Visual C++
public:
property List<VectorTileFeature^>^ VectorTileFeatures {
	List<VectorTileFeature^>^ get ();
	void set (List<VectorTileFeature^>^ value);
}
JavaScript
function get_vectorTileFeatures();
function set_vectorTileFeatures(value);

See Also