Hi, <div><br></div><div>I have a similar implementation. I have a custom <id>ID</id> field in a KML-Structure and I'm accessing it for example through this:</div><div><div>function onFeatureAdded(event)  {</div>

<div>    if(<a href="http://event.feature.attributes.id">event.feature.attributes.id</a> == someOtherId) doSomething();</div></div><div>}</div><div><br></div><div>Hope that helps?</div><div><br></div><div>Andreas</div>