-
- All Implemented Interfaces:
public class ClusterMapViewGestureBinderAndroid-specific binding utility for connecting MotionEvent gestures to ClusterMapView. Provides convenient methods for integrating ClusterMapView with Android's gesture system.
-
-
Field Summary
Fields Modifier and Type Field Description public final static ClusterMapViewGestureBinderINSTANCE
-
Method Summary
Modifier and Type Method Description final View.OnTouchListenerbind(View view, ClusterMapView clusterMapView)Bind a View's gesture events to ClusterMapView using the engine's original gesture pipeline. final Unitunbind(View view)Unbind gesture events from a view by removing its OnTouchListener. -
-
Method Detail
-
bind
final View.OnTouchListener bind(View view, ClusterMapView clusterMapView)
Bind a View's gesture events to ClusterMapView using the engine's original gesture pipeline. This ensures complete behavioral consistency by directly reusing the map engine's MotionEvent handling.
- Parameters:
view- The view to bind gesture events fromclusterMapView- The cluster map view to send gestures to
-
-
-
-