onMapInteraction abstract method
- GestureType gestureType,
- MapInteractionState mapInteractionState
Called when a map interaction occurs.
-
gestureTypeThe type of the gesture that resulted in a map interaction. -
mapInteractionStateThe state of the map interaction.
Implementation
void onMapInteraction(GestureType gestureType, MapInteractionState mapInteractionState);