This question is locked. New answers and comments are not allowed.
How to import the KML data of radmap???
As the documentation online:
As the documentation online:
this.informationLayer.Reader = new MapShapeReader();
this.informationLayer.Reader.Source = new Uri( "/Silverlight.Help.RadMapSamples;component/Data/bulgaria.kml",UriKind.RelativeOrAbsolute )
But, there is no the "Source" property in "Reader.Source" ... How to do it???