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