Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set map style ? #29

Open
Nico3652 opened this issue Oct 29, 2021 · 0 comments
Open

How to set map style ? #29

Nico3652 opened this issue Oct 29, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Nico3652
Copy link

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 ?

@Nico3652 Nico3652 added the enhancement New feature or request label Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@LuisThein @Nico3652 and others