ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.PlacemarkDescriptor.PlacemarkDescriptor C# (CSharp) Method

PlacemarkDescriptor() public method

Initializes a new instance of the PlacemarkDescriptor class.
public PlacemarkDescriptor ( ) : ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip
return ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip
        public PlacemarkDescriptor()
        {
            // NOTE: perhaps add a setter for attributes that only instantiates this dictionary when
            // it is initially null so that in the event there are no attributes we dont pay the price
            // of always constructing this dictionary.

            // Instantiate dictionary for attribute storage.
            Attributes = new Dictionary<string, object>();
        }
PlacemarkDescriptor