Hi all,
I’m developping an application where I display the path between two point on a map using Arcgis. By clicking on the Path Details, you can access a new interface.
On this new interface, with some text and image, there is a floating button to display the geometric of the path on the screen, but with a transparent background, so we can still be able to see the interface behind.
I figured that the easyest way to do so would be to display a mapview and graphics on top of the interface, and then make ONLY the map transparent, keeping the graphics and the interface on the screen.
How can I mke the map transparent, but still display the graphics on the screen ?