Class: TooltipWidget

TooltipWidget

A widget for displaying tooltips on the Go3dMap. Extends the BaseWidget class to provide tooltip functionality.

new TooltipWidget(map, widgetOptions)

GoMap/Widgets/TooltipWidget.ts, line 16

Constructs a TooltipWidget 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