OnFeatureHoverCallback typedef

OnFeatureHoverCallback = void Function(dynamic id, Point<double> point, LatLng coordinates, String layerId, HoverEventType eventType)

Signature of VietmapController.onFeatureHover listeners.

Mirrors OnFeatureInteractionCallback with the hover phase appended.

Web only - see HoverEventType.

Implementation

typedef OnFeatureHoverCallback = void Function(dynamic id,
    Point<double> point, LatLng coordinates, String layerId,
    HoverEventType eventType);