MapLibre Native for Qt
Loading...
Searching...
No Matches
QMapLibre::CustomLayerHostInterface Class Referenceabstract

#include <QMapLibre/Types>

Public Member Functions

virtual void initialize ()=0
 Initializes the custom layer.
 
virtual void render (const CustomLayerRenderParameters &)=0
 Renders the custom layer with the given parameters.
 
virtual void deinitialize ()=0
 Deinitializes the custom layer.
 

Detailed Description

Represents a host interface to be implemented for rendering custom layers.

Warning
This is used for delegating the rendering of a layer to the user of this API and is not officially supported. Use at your own risk.