Interface HonuaMapContextValue

Value carried by HonuaMapContext: the runtime owned by a HonuaMap.

interface HonuaMapContextValue {
    map: null | MaplibreMap;
    runtime: null | HonuaMapRuntime;
}

Properties

Properties

map: null | MaplibreMap

The underlying MapLibre map instance, or null before it exists.

runtime: null | HonuaMapRuntime

null until HonuaMap has finished loading its MapPackage.