Showing posts with label ArcGIS API for WPF. Show all posts
Showing posts with label ArcGIS API for WPF. Show all posts

Saturday, May 28, 2011

Testing ArcGIS for WPF + Funbeat + Prism.

Trying to make an Wpf Application using ArcGIS for WPF running against Funbeat API to view tracks that I made. Building the application on Microsoft Prism, made a MapModule and a PersonModule and added to two regions in the app.



A Custom Graphics Layer was made that accesses the tracks through the Funbeat APIs. The project uses MVVM Views and ViewModels to separate the GUI from the model. The Xaml files are only using databinding to show the data.