|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <callback_adapter.h>
Data Fields | |
| const char * | requested_url |
| const char * | resolved_url |
A native-owned copy of a resource request.
Every pointer field is owned by this record and stays valid until mln_adapter_resource_provider_request_destroy(). The handle field carries the request handle the host completes; it is an ordinary handle value the host moves between execution contexts and passes to mln_resource_request_*().
| const char* mln_adapter_queued_resource_request::requested_url |
Copy of mln_resource_request.requested_url, or the empty string when the request carried none. Never null, unlike prior_etag.
| const char* mln_adapter_queued_resource_request::resolved_url |
Copy of mln_resource_request.resolved_url, or the empty string when the request carried none. Never null, unlike prior_etag.