<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: KML Custom Data in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/kml-custom-data/m-p/1549134#M13068</link>
    <description>&lt;P&gt;We're actively working on this, and editing custom data is planned to be available in the next release.&lt;BR /&gt;In the current 200.5 release you can access the custom data (read-only) in KmlNode.&lt;SPAN&gt;ExtendedSchemaData and KmlNode.ExtendedNonSchemaData&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2024 16:54:23 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2024-10-16T16:54:23Z</dc:date>
    <item>
      <title>KML Custom Data</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kml-custom-data/m-p/1548944#M13067</link>
      <description>&lt;P&gt;Does KML Placemark support storing custom data? I tried using KmlPlacemark.Attributes[], but it didn't seem to have any effect. What am I doing wrong?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;// Create a new KML document.
_kmlDocument = new KmlDocument() { Name = "Vehicle Path" };

// Create a KML dataset using the KML document.
_kmlDataset = new KmlDataset(_kmlDocument);

// Create the KML layer using the KML dataset.
_kmlLayer = new KmlLayer(_kmlDataset);

// Create a KmlGeometry 
KmlGeometry kmlGeometry = new KmlGeometry(location, KmlAltitudeMode.Absolute);

// Create a new placemark.
KmlPlacemark kmlPlacemark = new KmlPlacemark(kmlGeometry);

// Add a Attribute
kmlPlacemark.Attributes["speed"] = VehicleSpeed;

// Add the placemark to the KmlDocument.
_kmlDocument?.ChildNodes.Add(kmlPlacemark);

// Save a file
_kmlDocument?.SaveAsAsync("test.kmz");&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 16 Oct 2024 10:35:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kml-custom-data/m-p/1548944#M13067</guid>
      <dc:creator>DmitriyKolokolnikov</dc:creator>
      <dc:date>2024-10-16T10:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: KML Custom Data</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kml-custom-data/m-p/1549134#M13068</link>
      <description>&lt;P&gt;We're actively working on this, and editing custom data is planned to be available in the next release.&lt;BR /&gt;In the current 200.5 release you can access the custom data (read-only) in KmlNode.&lt;SPAN&gt;ExtendedSchemaData and KmlNode.ExtendedNonSchemaData&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 16:54:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kml-custom-data/m-p/1549134#M13068</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-10-16T16:54:23Z</dc:date>
    </item>
  </channel>
</rss>

