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

#include <runtime.h>

Data Fields

uint32_t operation
 
const char * source_id
 
size_t source_id_size
 

Detailed Description

Payload for MLN_RUNTIME_EVENT_MAP_TILE_ACTION.

Field Documentation

◆ operation

uint32_t mln_runtime_event_tile_action::operation

◆ source_id

const char* mln_runtime_event_tile_action::source_id

Borrowed source ID bytes. Valid until the next poll for this runtime or until the runtime is destroyed.

◆ source_id_size

size_t mln_runtime_event_tile_action::source_id_size

Number of bytes in source_id, excluding the trailing null terminator.


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