onGeometryTap property

dynamic Function(String featureId, Map<String, dynamic>? properties)? onGeometryTap
final

Callback triggered when a supported feature is tapped.

Implementation

final Function(String featureId, Map<String, dynamic>? properties)?
onGeometryTap;