I have looked over the KML Sample and I have importing of KML working. However, in a file such as the following…
…<Document><Placemark><name>Pivot Point</name><Point><coordinates>-85.3790165327885,39.8638008907688</coordinates></Point></Placemark>…
How do I access the name property? I have several geometries to import and being able to reference the name would be helpful. Thanks.