MapCore::SetView Method (Double, Double)

Bing
 

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

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

public:
void SetView(
	double zoomLevel,
	double heading
)

Parameters

zoomLevel
Type: System::Double

The zoom level of the map view.

heading
Type: System::Double

The heading of the map view.

Return to top
Show: