Is there an easy way to display an image on a map?
I have the four points of an rectangle an i would like to fill it with an Image thats generated in Memory.
Solved! Go to Solution.
Hi Florian, thank you for reaching out. You can display an image on a map or a scene using a KML ground overlay class . We have a sample that demonstrates displaying a KML ground overlay on a scene.
Unfortunately, the KMLIcon object currently only supports a Uri to a network or local path. You would need to find a way to write the image from memory to storage for use in the KMLIcon and KMLGroundOverlay.
Please let me know if you have other questions,
Zack
Hi Florian, thank you for reaching out. You can display an image on a map or a scene using a KML ground overlay class . We have a sample that demonstrates displaying a KML ground overlay on a scene.
Unfortunately, the KMLIcon object currently only supports a Uri to a network or local path. You would need to find a way to write the image from memory to storage for use in the KMLIcon and KMLGroundOverlay.
Please let me know if you have other questions,
Zack
Thanks, i still found this solution, so i hoped there is a way without writing the Image to Storage.