VoyagerFeaturesInteractionProtocol constructor
VoyagerFeaturesInteractionProtocol({
- required VoyagerMapController mapController,
- OnFeatureGesture<
Polygon> ? onPolygonSingleTap, - OnFeatureGesture<
Marker> ? onMarkerSingleTap, - OnFeatureGesture<
Polyline> ? onPolylineSingleTap, - OnFeatureGesture<
Polygon> ? onPolygonLongPress, - OnFeatureGesture<
Marker> ? onMarkerLongPress, - OnFeatureGesture<
Polyline> ? onPolylineLongPress,
Implementation
VoyagerFeaturesInteractionProtocol({
required super.mapController,
this.onPolygonSingleTap,
this.onMarkerSingleTap,
this.onPolylineSingleTap,
this.onPolygonLongPress,
this.onMarkerLongPress,
this.onPolylineLongPress,
});