the pbf protocol we are reading from
the position to stop at
whether the layer is a deprecated S2 layer or Mapbox layer.
the extent of the vector tile
the version of the vector tile. S2 is 5, Mapbox is 1
the keys in the vector layer to pull from
the values in the vector layer to pull from
Add tessellation data to the geometry
the geometry to add the tessellation data to
the multiplier to apply the extent shift
Mapbox Vector Feature types are all bundled in one class to make it easier to read. Primarily contains an id, properties, and geometry. The now deprecated S2 model extends this class to include indices and tessellation data.