Function HonuaExternalMapContext

Context carrying the active, externally-visible MapLibre map instance. Populated by HonuaMapProvider and by HonuaMap (for its own map), so useHonuaMap always resolves the nearest enclosing map.

Properties

$$typeof: symbol
Consumer: Consumer<null | DataToMapLibreMap>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

Provider: Provider<null | DataToMapLibreMap>