MVC Edition vs. Web Edition
Zoom In to the Feature the User Clicked
This sample is similar to the sample "Find The Feature The User Clicked On". Here, instead of just showing information about the selected feature, we will instead highlight the feature and the extent of the map will be set to the bounding box of that feature. Just click on a country and the map will zoom in to it.
Find Features Within a Distance
This sample demonstrates finding the features in a ShapeFileFeatureSource that are within a specified distance.
Vehicle Tracking
In this sample, we create a simple vehicle tracking demo to show how to interact between the client and the server action in a controller. All of the functionalities are based on AJAX technology, which will greatly improve the user experience.
Interact With Map
In this web-based project, we show you how to do a two-way interaction between the features in an InMemoryFeatureLayer and their information in GridView.