snowstorm
Preparing search index...
components/snowglobe/hex
HexLayer
Function HexLayer
HexLayer
(
globe
:
any
,
)
:
{
attach
:
(
geoJson
:
any
,
useHovers
?:
boolean
,
isMobile
?:
boolean
)
=>
void
;
checkHexResolution
:
(
altitude
:
any
)
=>
void
;
getStore
:
()
=>
{
hoveredCountry
:
string
;
hovoredHex
:
null
;
selectedHex
:
null
;
}
;
}
Parameters
globe
:
any
Returns
{
attach
:
(
geoJson
:
any
,
useHovers
?:
boolean
,
isMobile
?:
boolean
)
=>
void
;
checkHexResolution
:
(
altitude
:
any
)
=>
void
;
getStore
:
()
=>
{
hoveredCountry
:
string
;
hovoredHex
:
null
;
selectedHex
:
null
;
}
;
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
snowstorm
Loading...