Class VectorTile
public class VectorTile : Tile
- Inheritance
-
VectorTile
- Inherited Members
Constructors
VectorTile()
public VectorTile()
VectorTile(byte[], int, long, long)
public VectorTile(byte[] content, int zoom, long column, long row)
Parameters
Properties
Content
public byte[] Content { get; set; }
Property Value
- byte[]
Methods
GetPbfLayers()
Read all pbf layers from vector tileView.
public Collection<PbfLayer> GetPbfLayers()
Returns
- Collection<PbfLayer>
All pbf layers of vector tileView.