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