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