processing - How to make Transparent markers on Unfolding Maps? -


i displaying multiple markers on google maps using processing unfolding maps library. know whether there way set transparency markers? opacity level can specify?

thanks in advance, hasala

are using 1 of default markers? if so, ones?

in general, should able set stroke , fill colors of markers can specify transparency in normal processing way.

mymarker.setcolor(color(255, 0, 0, 100)); 

check out simplemarkermanagerapp example.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -