|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <map.h>
Data Fields | |
| bool | axonometric |
| double | x_skew |
| double | y_skew |
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.
| bool mln_projection_mode::axonometric |
Enables a non-perspective axonometric render transform.
| double mln_projection_mode::x_skew |
Native x-skew factor used by the axonometric transform.
| double mln_projection_mode::y_skew |
Native y-skew factor used by the axonometric transform.