Hi,
I love App Inventor and have built some pretty cool apps.
I do have a problem at the moment with the layering on maps.
There is Marker element that I update with GPS position and direction(custom icon).
Then there are loads of line elements AS WELL as a FeatureCollection.
My problem is that the marker is rendered underneath the lines and FeatureCollection. The Lines do render on top of the FeatureCollection, which is correct, probably by accident.
Any idea how I can change this and get the marker to show on top of the other elements?
Thanks
JP