mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Removed CenteredBoundingBox
This commit is contained in:
parent
7f67e6fe17
commit
2817ecda7d
9 changed files with 19 additions and 75 deletions
|
|
@ -38,7 +38,7 @@ namespace MapControl
|
|||
|
||||
public override int GetHashCode() => Latitude.GetHashCode() ^ Longitude.GetHashCode();
|
||||
|
||||
public override string ToString() => string.Format(CultureInfo.InvariantCulture, "{0:0.########},{1:0.########}", Latitude, Longitude);
|
||||
public override string ToString() => string.Format(CultureInfo.InvariantCulture, "{0},{1}", Latitude, Longitude);
|
||||
|
||||
/// <summary>
|
||||
/// Creates a Location instance from a string containing a comma-separated pair of floating point numbers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue