Class representing a Mapbox Vector Tile Layer. A Vector tile should contain at least one VectorTileLayer

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

Syntax

Visual Basic
Public Class VectorTileLayer
C#
public class VectorTileLayer
Visual C++
public ref class VectorTileLayer
JavaScript
EGIS.Mapbox.Vector.Tile.VectorTileLayer = function();

Type.createClass(
	'EGIS.Mapbox.Vector.Tile.VectorTileLayer');

Inheritance Hierarchy

System..::..Object
  EGIS.Mapbox.Vector.Tile..::..VectorTileLayer

See Also