capacitor-community / google-maps

Capacitor Plugin using native Google Maps SDK for Android and iOS.

Home Page:https://capacitor-community.github.io/google-maps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom HTML marker

OlivierBeaudet opened this issue · comments

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

commented

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