MapCore::SetView Method

Bing
 

Sets the map view.

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

NameDescription
System_CAPS_pubmethodSetView(Double, Double)

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

System_CAPS_pubmethodSetView(IEnumerable<Location^>^, Thickness, Double)

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

System_CAPS_pubmethodSetView(IEnumerable<Location^>^, Thickness, Double, Double)

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

System_CAPS_pubmethodSetView(Location^, Double)

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

System_CAPS_pubmethodSetView(Location^, Double, Double)

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

System_CAPS_pubmethodSetView(LocationRect^)

Sets the map view using the specified location rectangle.

Return to top
Show: