mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Updated MapImageLayer
This commit is contained in:
parent
7e335112cd
commit
ba1a5724ee
2 changed files with 11 additions and 10 deletions
|
|
@ -30,6 +30,12 @@ namespace MapControl
|
|||
East = east;
|
||||
}
|
||||
|
||||
public BoundingBox(BoundingBox boundingBox, double longitudeOffset)
|
||||
: this(boundingBox.South, boundingBox.West + longitudeOffset,
|
||||
boundingBox.North, boundingBox.East + longitudeOffset)
|
||||
{
|
||||
}
|
||||
|
||||
public double West { get; set; }
|
||||
|
||||
public double East { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue