What does replace PointDataSource in .NET 10.2.6 ?

1869
0
09-23-2015 11:10 AM
Labels (1)
NicolasChaigneaud
New Contributor

Hello everybody,

I'm working on a C#/WPF application and the ArcGIS SDK .NET 10.2.6.

This app has a ArcGIS map and I'd like to bind an ObservableCollection of a custom class that contains coordinates as double to put a list of sites on the map.

The class PointDataSource could enable me to do that but it looks like it has disappeared. Do you know if there is something of similar in the current version ?

I know I can do that in code-behind but I prefer XAML (the map points would be updated automatically if the bound objects are modified).

Thanks in advance for your help.

0 Kudos
0 Replies