From 3e53afd79d8fff266fe34e5b07b09be532e31ea1 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Sat, 2 Aug 2025 18:18:24 +0200 Subject: [PATCH] Update MapBase.cs --- MapControl/Shared/MapBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/MapBase.cs b/MapControl/Shared/MapBase.cs index 335dfbcf..6702a35e 100644 --- a/MapControl/Shared/MapBase.cs +++ b/MapControl/Shared/MapBase.cs @@ -352,7 +352,7 @@ namespace MapControl } /// - /// 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. /// public void ZoomToBounds(BoundingBox boundingBox)