Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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