Open
Description
Thanks for the package.
On google map we can set a map style through controller like this :
onMapCreated: (GoogleMapController controller) {
_googleController = controller;
_googleController.setMapStyle(_mapStyle);
},
Where map style is a decoded Json.
How can we set a new map style with this package ?