I'm trying to extract the contents from a KML file using the KmlGeometry in Qt QML environment using Esri.ArcGISRuntime 100.4. I was able to read the KML dataset and the KML layer, which is appended to the map to visualize the KML layer. But I need to extract the Placemark name and coordinates from the KML file for other processes.