Minor changes

This commit is contained in:
ClemensFischer 2024-04-16 19:55:59 +02:00
parent d007afded3
commit 84d211bb01
5 changed files with 7 additions and 8 deletions

View file

@ -76,7 +76,7 @@ namespace MapControl
}
/// <summary>
/// Gets the geodetic Location of an element.
/// Gets the Location of an element.
/// </summary>
public static Location GetLocation(FrameworkElement element)
{
@ -84,7 +84,7 @@ namespace MapControl
}
/// <summary>
/// Sets the geodetic Location of an element.
/// Sets the Location of an element.
/// </summary>
public static void SetLocation(FrameworkElement element, Location value)
{