MapCore.SetView Method (Double, Double)
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)
Syntax
public void SetView(
double zoomLevel,
double heading
)
public:
void SetView(
double zoomLevel,
double heading
)
member SetView :
zoomLevel:float *
heading:float -> unit
Public Sub SetView (
zoomLevel As Double,
heading As Double
)
Parameters
zoomLevel
Type: System.DoubleThe zoom level of the map view.
heading
Type: System.DoubleThe heading of the map view.
See Also
SetView Overload
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top