Create a MapLibre protocol handler that serves tiles from a persisted region.
Register it with the same registrar the runtime uses for other custom schemes: registrar.addProtocol(OFFLINE_REGION_TILE_SCHEME, handler).
registrar.addProtocol(OFFLINE_REGION_TILE_SCHEME, handler)
Create a MapLibre protocol handler that serves tiles from a persisted region.
Register it with the same registrar the runtime uses for other custom schemes:
registrar.addProtocol(OFFLINE_REGION_TILE_SCHEME, handler).