I am trying to create an icon on google maps, that would display a number on the marker.
Example:
Is it possible to do this on bubble? Or should i find other ways, via JS?
To make things easy, i don’t need a customised icon, i can use the standard one. What is important for me, is to be able to count data.
while I don’t have an exact answer for you. I did see a Google API video on youtube today that specifically talked about this functionality being recently added and a little bit about how it can be used. As for specifally using it Bubble maybe it’ll help you get in the right direction.
The map is showing all the listings i have on the data base and the address for each listing is a city. I want the marker to return the total amount of listings i have for each listing.
Example: Marker in London ----> shows caption with total amount of listings in London.
I tried to play around with condition #items until _ (but with no success).