Class PbfLayer
Class to access a Pbf layer
public class PbfLayer
- Inheritance
-
PbfLayer
- Inherited Members
Constructors
PbfLayer(byte[])
Initialize Pbf layer with data
public PbfLayer(byte[] data)
Parameters
data
byte[]Raw layer data as byte array
Properties
Keys
Keys contained in this layer
public List<string> Keys { get; }
Property Value
Name
Name of this layer https://github.com/mapbox/vector-tileView-spec/blob/master/2.1/vector_tile.proto#L57
public string Name { get; }
Property Value
Version
Version of this layer https://github.com/mapbox/vector-tileView-spec/blob/master/2.1/vector_tile.proto#L55
public ulong Version { get; }