onHoveredMapLabelHighlightedTrafficEvent method
- TrafficEvent object
Called when a hovered map label traffic event is highlighted.
Parameters
object: Highlighted traffic event.
Implementation
@override
void onHoveredMapLabelHighlightedTrafficEvent(final TrafficEvent object) {
_hoveredMapLabelHighlightedTrafficEvent?.call(object);
}