mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-03-29 00:26:19 +01:00
Update MapBase.cs
This commit is contained in:
parent
7d70c01811
commit
3e53afd79d
|
|
@ -352,7 +352,7 @@ namespace MapControl
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sets the TargetZoomLevel and TargetCenter properties so that the specified bounding box
|
/// Sets the TargetZoomLevel and TargetCenter properties so that the specified BoundingBox
|
||||||
/// fits into the current view. The TargetHeading property is set to zero.
|
/// fits into the current view. The TargetHeading property is set to zero.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void ZoomToBounds(BoundingBox boundingBox)
|
public void ZoomToBounds(BoundingBox boundingBox)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue