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

#include <runtime.h>

Data Fields

const char * image_id
 
size_t image_id_size
 

Detailed Description

Payload for MLN_RUNTIME_EVENT_MAP_STYLE_IMAGE_MISSING.

Field Documentation

◆ image_id

const char* mln_runtime_event_style_image_missing::image_id

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

◆ image_id_size

size_t mln_runtime_event_style_image_missing::image_id_size

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


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