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

#include <style.h>

Data Fields

mln_custom_geometry_source_tile_callback fetch_tile
 
mln_custom_geometry_source_tile_callback cancel_tile
 
void * user_data
 

Detailed Description

Options for custom geometry sources.

Field Documentation

◆ cancel_tile

mln_custom_geometry_source_tile_callback mln_custom_geometry_source_options::cancel_tile

Optional best-effort tile cancel callback.

◆ fetch_tile

mln_custom_geometry_source_tile_callback mln_custom_geometry_source_options::fetch_tile

Required tile fetch callback.

◆ user_data

void* mln_custom_geometry_source_options::user_data

Caller-owned callback context retained by pointer.


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