MapLibre Native Core
|
#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 |
Parameters that define the current camera position for a CustomLayerHost::render()
function.
Definition at line 13 of file custom_layer.hpp.
double mbgl::style::CustomLayerRenderParameters::bearing |
Definition at line 19 of file custom_layer.hpp.
double mbgl::style::CustomLayerRenderParameters::fieldOfView |
Definition at line 21 of file custom_layer.hpp.
double mbgl::style::CustomLayerRenderParameters::height |
Definition at line 15 of file custom_layer.hpp.
double mbgl::style::CustomLayerRenderParameters::latitude |
Definition at line 16 of file custom_layer.hpp.
double mbgl::style::CustomLayerRenderParameters::longitude |
Definition at line 17 of file custom_layer.hpp.
double mbgl::style::CustomLayerRenderParameters::pitch |
Definition at line 20 of file custom_layer.hpp.
std::array<double, 16> mbgl::style::CustomLayerRenderParameters::projectionMatrix |
Definition at line 22 of file custom_layer.hpp.
double mbgl::style::CustomLayerRenderParameters::width |
Definition at line 14 of file custom_layer.hpp.
double mbgl::style::CustomLayerRenderParameters::zoom |
Definition at line 18 of file custom_layer.hpp.