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

#include <style.h>

Data Fields

uint32_t scheme
 
uint32_t tile_size
 
uint32_t vector_encoding
 
uint32_t raster_encoding
 

Detailed Description

Options for vector and raster tile sources.

Field Documentation

◆ raster_encoding

uint32_t mln_style_tile_source_options::raster_encoding

One of mln_style_raster_dem_encoding. Defaults to Mapbox.

◆ scheme

uint32_t mln_style_tile_source_options::scheme

One of mln_style_tile_scheme. Defaults to MLN_STYLE_TILE_SCHEME_XYZ.

◆ tile_size

uint32_t mln_style_tile_source_options::tile_size

Raster tile size in pixels. Defaults to 512.

◆ vector_encoding

uint32_t mln_style_tile_source_options::vector_encoding

One of mln_style_vector_tile_encoding. Defaults to MVT.


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