Map.SetView Method (LocationRectangle, Thickness, MapAnimationKind)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the map view to the specified geographical region with the specified margin. The view change uses the specified animation.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
public void SetView( LocationRectangle boundingRectangle, Thickness desiredMargins, MapAnimationKind animationKind )
Parameters
- boundingRectangle
- Type: Microsoft.Phone.Maps.Controls.LocationRectangle
A geographical region represented as a LocationRectangle.
- desiredMargins
- Type: System.Windows.Thickness
The Margin to use in the map view.
- animationKind
- Type: Microsoft.Phone.Maps.Controls.MapAnimationKind
The type of animation to use when changing the view.
Show: