I created a map of countries following Birdbreath 
cartoons. https://birdbreath.com/scripts/map.php

Instead of the default marker. I want to create a custom marker.

Currently I use:
   var options = {
          defaultColor: 'red'
  };

Can this be applied to this map?
const beachFlagImg = document.createElement('img'); beachFlagImg.src = new 
URL('./images/beachflag.png',port.meta.url).href; const beachFlagMarkerView 
= new AdvancedMarkerElement({ title: 'A marker using a custom PNG Image', 
});

Thasnks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/google-visualization-api/aa3b020e-724c-4307-86fb-15dca2393b5en%40googlegroups.com.

Reply via email to