a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Other
125 stars 63 forks source link

Support for styling via GCloud Console - new feature #92

Closed funder7 closed 3 years ago

funder7 commented 3 years ago

Hello,

I've just discovered a new feature on GMaps documentation.

Basically it allows to create a style from your GCP Console, and load it by defining a mapIdin the map options.

It's quite nice because:

Looks quite interesting to me, and probably easy to implement.

The feature is in beta at the moment, I've tried to create a new style and the editor looks identical to other version (the one which exports the style in JSON).

Cloud based map customization - reference

I've forked the flutter_google_maps plugin from flutter/plugins and implemented the code to set this mapId (named as cloudMapId, to avoid confusion).

The problem is that I'm using Dart & Flutter since no more than 3 weeks, I would appreciate if somebody would help me in:

Thanks in advance... Flutter is Great!

a14n commented 3 years ago

This request seems to have a way to use this mapId on the flutter plugin so you should move this issue in the flutter repository.

I'll be happy to provide assistance on the JS implementation if the flutter maintainer of the Flutter google maps plugin accept this new feature.

funder7 commented 3 years ago

You're right, I will forward the request on their repository then! Thank you