MapCore.SetView Method

 

Sets the map view.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Overload List

Name Description
System_CAPS_pubmethod SetView(Double, Double)

Sets the map view to the specified zoom level and heading.

System_CAPS_pubmethod SetView(IEnumerable<Location>, Thickness, Double)

Sets the map view to the specified center location, margin, and heading.

System_CAPS_pubmethod SetView(IEnumerable<Location>, Thickness, Double, Double)

Sets the map view to the specified center location, margin, heading, and zoom level.

System_CAPS_pubmethod SetView(Location, Double)

Sets the map view to the specified center location and zoom level.

System_CAPS_pubmethod SetView(Location, Double, Double)

Sets the map view to the specified center location, zoom level, and directional heading.

System_CAPS_pubmethod SetView(LocationRect)

Sets the map view using the specified location rectangle.

See Also

MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top