KML layer disappears when trying to access node properties

204
0
10-04-2022 09:45 PM
emprye34
New Contributor

Hi, 

I'm running into an issue when I attempt to access the name property for an AGSKMLNode object the entire KML layer disappears and the map 'resets'. I'm using SwiftUI and I'm attempting to pass an array of AGSKMLNodes to the parent view via Binding. I'm able to perform actions on the node like toggling .isVisible(), but once I try to access the name to display the KML contents the entire map 'resets' and the KML layer disappears.

Is there any way around this? 

Thanks!

0 Kudos
0 Replies