Skip to content

How to set map style ?  #29

Open
Open
@Nico3652

Description

@Nico3652

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 ?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions