onLongPress method

Stream<MapLongPressEvent> onLongPress({
  1. required int mapId,
})

A Map has been long-pressed at a certain LatLng.

Implementation

Stream<MapLongPressEvent> onLongPress({required int mapId}) {
  throw UnimplementedError('onLongPress() has not been implemented.');
}