GoogleMap(
markers: Set<Marker>.of(_markers.values),
myLocationEnabled: true,
onMapCreated: (GoogleMapController controller) {
mapController = controller;
mapController.setMapStyle('[{"featureType": "poi","stylers": [{"visibility": "off"}]}]');
},
mapType: MapType.terrain,
myLocationButtonEnabled: true,
initialCameraPosition: _initialCamera,
gestureRecognizers: <Factory<OneSequenceGestureRecognizer>>[
new Factory<OneSequenceGestureRecognizer>(() => new EagerGestureRecognizer(),),
].toSet()
)
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/a10e22bb-e764-4d6c-b97e-d9bd4fee1427o%40googlegroups.com.
Hi Suzuki . I can’t find it . Been going through it with debugger 100 times.I guess I am missing something quite simpleThank you for responding
I don’t know😅 because nothing happened and I assumed something should be wrong.