MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mbgl::style::CustomLayerRenderParameters Struct Reference

#include <custom_layer.hpp>

Public Attributes

double width
 
double height
 
double latitude
 
double longitude
 
double zoom
 
double bearing
 
double pitch
 
double fieldOfView
 
std::array< double, 16 > projectionMatrix
 

Detailed Description

Parameters that define the current camera position for a CustomLayerHost::render() function.

Definition at line 13 of file custom_layer.hpp.

Member Data Documentation

◆ bearing

double mbgl::style::CustomLayerRenderParameters::bearing

Definition at line 19 of file custom_layer.hpp.

◆ fieldOfView

double mbgl::style::CustomLayerRenderParameters::fieldOfView

Definition at line 21 of file custom_layer.hpp.

◆ height

double mbgl::style::CustomLayerRenderParameters::height

Definition at line 15 of file custom_layer.hpp.

◆ latitude

double mbgl::style::CustomLayerRenderParameters::latitude

Definition at line 16 of file custom_layer.hpp.

◆ longitude

double mbgl::style::CustomLayerRenderParameters::longitude

Definition at line 17 of file custom_layer.hpp.

◆ pitch

double mbgl::style::CustomLayerRenderParameters::pitch

Definition at line 20 of file custom_layer.hpp.

◆ projectionMatrix

std::array<double, 16> mbgl::style::CustomLayerRenderParameters::projectionMatrix

Definition at line 22 of file custom_layer.hpp.

◆ width

double mbgl::style::CustomLayerRenderParameters::width

Definition at line 14 of file custom_layer.hpp.

◆ zoom

double mbgl::style::CustomLayerRenderParameters::zoom

Definition at line 18 of file custom_layer.hpp.


The documentation for this struct was generated from the following file: