I am using this code .fillColor(Color.parseColor("0x7F00FF00"))
and tried .fillColor(Color.argb(128, 255, 0, 0)
but the first one is not working and the second does not display any roads see through the polygon.How can I see the streets with polygon on top of it .
Note: The color is just to make out the difference but it should be transparent.
I appreciate any help.Thanks in Advance.