|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <runtime.h>
Data Fields | |
| uint32_t | operation |
| const char * | source_id |
| size_t | source_id_size |
Payload for MLN_RUNTIME_EVENT_MAP_TILE_ACTION.
| uint32_t mln_runtime_event_tile_action::operation |
One of mln_tile_operation.
| 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.
| size_t mln_runtime_event_tile_action::source_id_size |
Number of bytes in source_id, excluding the trailing null terminator.