まだ#2800検証中
This commit is contained in:
@ -210,6 +210,9 @@ class _MapWidgetState extends State<MapWidget> {
|
||||
options: MapOptions(
|
||||
maxZoom: 18.4,
|
||||
onMapReady: () {
|
||||
// print("Map controller ready!!"); ... working corretly
|
||||
indexController.isMapControllerReady.value = true; // Added Akira,2024-4-6 for #2800
|
||||
|
||||
subscription = indexController.mapController.mapEventStream
|
||||
.listen((MapEvent mapEvent) {
|
||||
if (mapEvent is MapEventMoveStart) {
|
||||
|
||||
Reference in New Issue
Block a user