Class: HoverWidget

HoverWidget

A widget for enabling hover interaction on the Go3dMap. Extends the BaseWidget class to provide specific functionality for hover-based interactions.

new HoverWidget(map, widgetOptions)

GoMap/Widgets/HoverWidget.ts, line 16

Constructs a HoverWidget instance.

Name Type Description
map Go3dMap

The Go3dMap instance that this widget will be associated with.

widgetOptions Go3dWidgetsConfig

Configuration options for the widget.

Extends

  • undefined