[ CCode ( type_id = "shumate_vector_reader_get_type ()" ) ]
[ Version ( since = "1.2" ) ]
public class VectorReader : Object
Provides low-level access to the contents of a vector tile.
To create a new [class@VectorReader], use [ctor@VectorReader.new] and pass the bytes of a vector tile, which you might get from a [ class@DataSource]. Then, use [method@VectorReader.iterate] to get a [class@VectorReaderIter] and iterate over the features in the tile. You can create multiple [class@VectorReaderIter]s from the same [class@VectorReader].