You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MapOptions mapOptions() {
return MapOptions(
center: LatLng(39.9091, 116.3941,),
minZoom: 2.0,
maxZoom: 18,
zoom: 16.0,
onTap: (LatLng latLng) {
//It looks different from the position touched by the hand
}
);
}
MapOptions mapOptions() {
return MapOptions(
center: LatLng(39.9091, 116.3941,),
minZoom: 2.0,
maxZoom: 18,
zoom: 16.0,
onTap: (LatLng latLng) {
//It looks different from the position touched by the hand
}
);
}