onMapInteraction abstract method

void onMapInteraction(
  1. GestureType gestureType,
  2. MapInteractionState mapInteractionState
)

Called when a map interaction occurs.

  • gestureType The type of the gesture that resulted in a map interaction.

  • mapInteractionState The state of the map interaction.

Implementation

void onMapInteraction(GestureType gestureType, MapInteractionState mapInteractionState);