Map Suite MVC Edition Sample Applications

All Samples

Restrict ZoomLevels to Less than 20

Screenshot

This sample shows how to limit the number of available ZoomLevels to less than 20.

View Sample

ExtentChanged Event

Screenshot

This sample reports the updated scale and extent as you pan or zoom the map.

View Sample

AnimationPanMapTool

Screenshot

This sample shows how to center the map at the clicked point using a smooth animation.

View Sample

Move a Feature

Screenshot

This sample shows how to move a feature drawn in the InMemoryFeatureLayer.

View Sample

Scale Feature Up and Down

Screenshot

This sample shows how to change the size of a polygon by scaling it up or down.

View Sample

Change Cursor Style

Screenshot

In this MVC-based sample, we show how to change the cursor style when moving the mouse on the map.

View Sample

Add a Click Event

Screenshot

This sample demonstrates how to raise the click event on the map.

View Sample

Interact With Map

Screenshot

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.

View Sample