Preparing search index...
The search index is not available
JMap Cloud NG Core Types
JMap Cloud NG Core Types
JMouseOverBeforeEventParams
Interface JMouseOverBeforeEventParams
interface
JMouseOverBeforeEventParams
{
location
:
JLocation
;
map
:
undefined
|
Map$1
;
popup
:
Popup
;
selection
:
JMapSelection
;
addFeaturesToLayerSelection
(
layerId
,
features
)
:
void
;
addHtmlContentAtTheBeginning
(
html
)
:
void
;
addHtmlContentAtTheEnd
(
html
)
:
void
;
cancelMouseOver
(
)
:
void
;
displayHtmlContentEvenIfNoMouseOver
(
)
:
void
;
getFeaturesByLayerId
(
layerId
)
:
Feature
<
Geometry
,
GeoJsonProperties
>
[]
;
removeFeaturesFromLayerSelection
(
layerId
,
featureIds
)
:
void
;
}
Hierarchy (
view full
)
JMouseOverContentEventParams
JMouseOverBeforeEventParams
Index
Properties
location
map
popup
selection
Methods
add
Features
To
Layer
Selection
add
Html
Content
At
The
Beginning
add
Html
Content
At
The
End
cancel
Mouse
Over
display
Html
Content
Even
If
No
Mouse
Over
get
Features
By
Layer
Id
remove
Features
From
Layer
Selection
Properties
location
location
:
JLocation
map
map
:
undefined
|
Map$1
popup
popup
:
Popup
selection
selection
:
JMapSelection
Methods
add
Features
To
Layer
Selection
add
Features
To
Layer
Selection
(
layerId
,
features
)
:
void
Parameters
layerId
:
JId
features
:
Feature
<
Geometry
,
GeoJsonProperties
>
[]
Returns
void
add
Html
Content
At
The
Beginning
add
Html
Content
At
The
Beginning
(
html
)
:
void
Parameters
html
:
string
Returns
void
add
Html
Content
At
The
End
add
Html
Content
At
The
End
(
html
)
:
void
Parameters
html
:
string
Returns
void
cancel
Mouse
Over
cancel
Mouse
Over
(
)
:
void
Returns
void
display
Html
Content
Even
If
No
Mouse
Over
display
Html
Content
Even
If
No
Mouse
Over
(
)
:
void
Returns
void
get
Features
By
Layer
Id
get
Features
By
Layer
Id
(
layerId
)
:
Feature
<
Geometry
,
GeoJsonProperties
>
[]
Parameters
layerId
:
JId
Returns
Feature
<
Geometry
,
GeoJsonProperties
>
[]
remove
Features
From
Layer
Selection
remove
Features
From
Layer
Selection
(
layerId
,
featureIds
)
:
void
Parameters
layerId
:
JId
featureIds
:
JId
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
location
map
popup
selection
add
Features
To
Layer
Selection
add
Html
Content
At
The
Beginning
add
Html
Content
At
The
End
cancel
Mouse
Over
display
Html
Content
Even
If
No
Mouse
Over
get
Features
By
Layer
Id
remove
Features
From
Layer
Selection
JMap Cloud NG Core Types
Loading...