mapInteractionListener property

MapInteractionListener? mapInteractionListener

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;
void mapInteractionListener=(MapInteractionListener? value)

MapInteractionListener that notifies when a map interaction occurs. Sets a MapInteractionListener that notifies when a map interaction occurs.

Implementation

set mapInteractionListener(MapInteractionListener? value);