Hi @celes15,
Thanks for your question. At the moment it is not possible to add custom markers for Google Maps block. We’ve added such a request to our list of features. Stay tuned not to miss the updates 😉
Hi MotoPress team,
Maybe easier to add custom image for all markers?
i always add easy code to your frontend.block.js your script:
var markerIcon = {url: "pin_url", scaledSize: new google.maps.Size(pin_w, pin_h)},
and
to maps.Marker new parameter:
icon: markerIcon,
-
This reply was modified 5 years, 10 months ago by
celes15.
-
This reply was modified 5 years, 10 months ago by
celes15.
Hi, @celes15! Thank you for your suggestion, I have passed it to our developers for further consideration