isTapped abstract method

List<Marker> isTapped(
  1. TapEvent tapEvent
)

called if the user taps at the screen. The method will return a list of markers which are considered as "tapped by the user"

Implementation

List<Marker> isTapped(TapEvent tapEvent);