i have a map application. In my map, there is two layer which i use. First layer shows traffic lines, second layer shows my route. In this point when i draw route somewhere, my route lines remain below the traffic lines. So i want to set height or level my route layer. It have to allways top of traffic lines. I try to set z point of my mappos but it couldn't. Is there another way to set height my layer?
MapPos mapPos = new MapPos(longitudeValue, latitudeValue, 1);