onLongPress method
A Map has been long-pressed at a certain LatLng.
Implementation
@override
Stream<MapLongPressEvent> onLongPress({required int mapId}) {
return _events(mapId).whereType<MapLongPressEvent>();
}
A Map has been long-pressed at a certain LatLng.
@override
Stream<MapLongPressEvent> onLongPress({required int mapId}) {
return _events(mapId).whereType<MapLongPressEvent>();
}