tooltip property

String? tooltip
final

Optional tooltip text shown on hover.

When null, no tooltip is displayed. When provided, hovering over the marker shows this text for additional context.

Implementation

final String? tooltip;