mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 918 forks source link

Marker with text #2805

Closed mtnskb closed 4 years ago

mtnskb commented 4 years ago

hello,

I need to put in each marker a label with some text, this text have to be dynamic. I read with this plugin I can't show all infoWindow at the same time.

In Android native you have a library (Android utility library) and with that you can draw marker with text (Customize markers via bubble icons).

Screenshot 2020-07-03 at 15 40 37

Anyone knows some method to do with this plugin?

thanks!

wf9a5m75 commented 4 years ago

There is no way to do that in this plugin

marcusdiy commented 4 years ago

You can generate the marker via canvas and then maybe pass it as base64 image...