This question is locked. New answers and comments are not allowed.
hi,
I would like to load a KML file into RadMap.
For this I use:
this.informationLayer.Reader = new MapShapeReader();
this.informationLayer.Reader.Source = new Uri("myTest.kml", UriKind.RelativeOrAbsolute);
My VS always says:
"Error:" Telerik.Windows.Controls.Map.MapShapeReaderBase "contains no definition of" source ", and there was no extension method 'Source' to be found ..."
I use the API / Docu from Telerik
But what am I doing wrong?
I am use
thanks for the help
I would like to load a KML file into RadMap.
For this I use:
this.informationLayer.Reader = new MapShapeReader();
this.informationLayer.Reader.Source = new Uri("myTest.kml", UriKind.RelativeOrAbsolute);
My VS always says:
"Error:" Telerik.Windows.Controls.Map.MapShapeReaderBase "contains no definition of" source ", and there was no extension method 'Source' to be found ..."
I use the API / Docu from Telerik
But what am I doing wrong?
I am use
- Version 2012.1.326.1050
- Telerik.Windows.Controls
- Telerik.Windows.Controls.DataVisualization
- Telerik.Windows.Data
- Telerik.Windows.Controls.Map
thanks for the help