QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Setting options for loading vector tile layers. More...
#include <qgsvectortilelayer.h>
Public Member Functions | |
LayerOptions (const QgsCoordinateTransformContext &transformContext=QgsCoordinateTransformContext()) | |
Constructor for LayerOptions with optional transformContext. More... | |
Public Attributes | |
QgsCoordinateTransformContext | transformContext |
Coordinate transform context. More... | |
Setting options for loading vector tile layers.
Definition at line 96 of file qgsvectortilelayer.h.
|
inlineexplicit |
Constructor for LayerOptions with optional transformContext.
Definition at line 102 of file qgsvectortilelayer.h.
QgsCoordinateTransformContext QgsVectorTileLayer::LayerOptions::transformContext |
Coordinate transform context.
Definition at line 107 of file qgsvectortilelayer.h.