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

#include <callback_adapter.h>

Data Fields

const char * requested_url
 
const char * resolved_url
 

Detailed Description

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_*().

Field Documentation

◆ requested_url

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.

◆ resolved_url

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.


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