Interface HonuaMapProviderPropsExperimental

Props for HonuaMapProvider.

interface HonuaMapProviderProps {
    children?: ReactNode;
    map: undefined | null | DataToMapLibreMap;
}

Properties

Properties

children?: ReactNode
map: undefined | null | DataToMapLibreMap

The externally-owned MapLibre map (duck-typed). Pass null/undefined while the map is still being created — descendants simply wait.