I have 2 different list markers mapHazard (HazID,Lat,Lon) and mapRoadSign(RSID,Lat,Lon)
they both will show up on a MapFragment.
i would like to separate each to show/unshow. Similar to show/hide a Panel or Canvas.
I have learned by trial that making (MapFragment) mfHazard and mfRoadSign are layers which are not transparent to overlay both, but hide the underlaying MapFragment.
Is there a way to make the MapFragement transparent and still show the markers or method to hide/unhide the specific marker set.
There is a Clear method, however it clears ALL markers.
How about a custom layer similar to Traffic, Buildings, etc.?
thanks for the help!