onLongPress method
A Map has been long-pressed at a certain LatLng.
Implementation
Stream<MapLongPressEvent> onLongPress({required int mapId}) {
throw UnimplementedError('onLongPress() has not been implemented.');
}
A Map has been long-pressed at a certain LatLng.
Stream<MapLongPressEvent> onLongPress({required int mapId}) {
throw UnimplementedError('onLongPress() has not been implemented.');
}