GeoLeaf Core API - v3.0.0
Preparing search index...
capabilities/feature-info/surfaces/tooltip
handleHover
Function handleHover
handleHover
(
detail
:
{
layerId
:
string
;
properties
:
Record
<
string
,
unknown
>
;
point
:
{
x
:
number
;
y
:
number
}
;
zIndex
:
number
;
phase
:
"move"
|
"leave"
;
}
,
)
:
void
Handles a
geoleaf:feature:hover
event and updates the tooltip surface.
Parameters
detail
:
{
layerId
:
string
;
properties
:
Record
<
string
,
unknown
>
;
point
:
{
x
:
number
;
y
:
number
}
;
zIndex
:
number
;
phase
:
"move"
|
"leave"
;
}
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GeoLeaf Core API - v3.0.0
Loading...
Handles a
geoleaf:feature:hoverevent and updates the tooltip surface.