capacitor-community / google-maps

Capacitor Plugin using native Google Maps SDK for Android and iOS.
https://capacitor-community.github.io/google-maps/
MIT License
152 stars 64 forks source link

Custom HTML marker #206

Closed OlivierBeaudet closed 1 year ago

OlivierBeaudet commented 1 year ago

Hello, I'm looking for a solution like the link below for adding custom html markers :

https://developers.google.com/maps/documentation/javascript/advanced-markers/html-markers#maps_advanced_markers_html_simple-typescript

Is there any way to target a marker by CSS and customize it, or add a custom class on it by scripting for doing this ? Thank you

tafelnl commented 1 year ago

You can customize it by changing the icon url. The native libraries do not allow any other type of customization.