Hi
I am using SDK .NEt 100.4 and i have a MMPK file created with the layers in a specific order, by example:
Layer 1
Layer 2
Layer 3
This is because i need to show the layers in that specific order and dont overlap , but when i load the package throught MobileMapPackage.OpenAsync(url) order is reversed:
Layer 3
Layer 2
Layer 1
How can I keep the original order?
Thanks!