mapInteractionListener property
MapInteractionListener that notifies when a map interaction occurs. Gets a MapInteractionListener that notifies when a map interaction occurs. Gestures holds a strong reference to the listener.
Implementation
MapInteractionListener? get mapInteractionListener;
MapInteractionListener that notifies when a map interaction occurs. Sets a MapInteractionListener that notifies when a map interaction occurs.
Implementation
set mapInteractionListener(MapInteractionListener? value);