MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
Loading...
Searching...
No Matches
mln_projection_mode Struct Reference

#include <map.h>

Data Fields

bool axonometric
 
double x_skew
 
double y_skew
 

Detailed Description

MapLibre axonometric rendering options used for snapshots and commands.

MapLibre Native names this native type ProjectionMode. It controls the live map render transform, not the geographic coordinate model.

Field Documentation

◆ axonometric

bool mln_projection_mode::axonometric

Enables a non-perspective axonometric render transform.

◆ x_skew

double mln_projection_mode::x_skew

Native x-skew factor used by the axonometric transform.

◆ y_skew

double mln_projection_mode::y_skew

Native y-skew factor used by the axonometric transform.


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