fluttercommunity / fluttercommunity/apple_maps_flutter

How to set map style ?

Open
#29 0 comments 3 reactions 1 assignee Claimed by @LuisThein View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.