fluttercommunity / fluttercommunity/apple_maps_flutter
How to set map style ?
Open
enhancement
- Dominant language
- Dart
- Stars
- 83
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
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 ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.