QGIS API Documentation  3.14.0-Pi (9f7028fd23)
Classes | Typedefs
qgsvectortilerenderer.h File Reference
#include "qgis_core.h"
#include "qgsfeature.h"
#include "qgstiles.h"
Include dependency graph for qgsvectortilerenderer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsVectorTileRenderer
 
class  QgsVectorTileRendererData
 

Typedefs

typedef QMap< QString, QVector< QgsFeature > > QgsVectorTileFeatures
 Features of a vector tile, grouped by sub-layer names (key of the map) More...
 

Typedef Documentation

◆ QgsVectorTileFeatures

typedef QMap<QString, QVector<QgsFeature> > QgsVectorTileFeatures

Features of a vector tile, grouped by sub-layer names (key of the map)

Definition at line 25 of file qgsvectortilerenderer.h.