a14n / dart-google-maps

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

Using legacy MapLabel JS from flutter application #121

Closed jozes closed 10 months ago

jozes commented 10 months ago

Hello! Is it possible to use MapLabel https://github.com/googlearchive/js-map-label together with google_maps in dart/flutter? If yes, how this could be done? I have an old project where the MapLabel is used and we are planning now to move it from PHP / HTML / JS to Flutter web application and the MapLabel to display text over polygons is one of the crucial requirements.

Thanks in advance for yor help.

jozes commented 10 months ago

After a bit of researching the problem I found a good solution without this legacy MapLabel. So no need to answer that. But I came to another problem or better say question. Are there any plans to implement Google Maps markers library and add that to this package, so we can use the Advanced Marker options for marker configuration.

a14n commented 10 months ago

Glad you found a solution.

Are there any plans to implement Google Maps markers library and add that to this package

No. The initial intent was to provide a simple dart wrapper for google maps js API.