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

See Also

SetView Overload
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top