OnFeatureHoverCallback typedef
OnFeatureHoverCallback =
void Function(Point<double> point, LatLng coordinates, String id, Annotation? annotation, HoverEventType eventType)
Implementation
typedef OnFeatureHoverCallback =
void Function(
Point<double> point,
LatLng coordinates,
String id,
Annotation? annotation,
HoverEventType eventType,
);