Hello everyone,
I want to apply CSS in my Custom Marker for Google Maps. Is there any way to do it?
This is the CSS code i wish to apply:
{border-radius: 25px; border: 2px}
Thank you!
Hi @Joshua Benaya Can you please provide an OML and more context into your custom marker?
Hi Kharlo,
Unfortunately I can't provide the OML here.
But i want to make custom marker that use icon from URL Link, and i want to customize the marker.
Hi @Joshua Benaya,
Can you enclose the marker in the container, then can add the style in the container
Hopefully can help thanks
Hello Muhammad,
Thanks for the answer! But I think I cannot enclose the marker into a container because the marker widget is not shown in the widget tree.
I'm using Markers (List of MapMarker) to show markers on my GoogleMaps. The only customization I can do now is by using MarkerOptions Attribute.