Interface OfflineRegionProtocolRequest

Request shape MapLibre hands a protocol handler.

Declared structurally so @honua/sdk-js/offline never imports the map runtime or the maplibre-gl peer; it is the same shape the runtime's own registrar already passes.

interface OfflineRegionProtocolRequest {
    url: string;
}

Properties

Properties

url: string