简体   繁体   中英

How to make Transparent markers on Unfolding Maps?

I am displaying multiple markers on Google Maps using Processing with unfolding maps library. I would like to know whether there is any way to set the transparency to markers? Any opacity level I can specify?

Thanks in advance, Hasala

Are you using one of the default markers? If so, which ones?

In general, you should be able to set the stroke and fill colors of the markers where you can also specify transparency in the normal Processing way.

myMarker.setColor(color(255, 0, 0, 100));

Check out the SimpleMarkerManagerApp example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM