mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Added MapBase.MapBounds and MapBase.GeoBounds
This commit is contained in:
parent
4db96b9e83
commit
263deb5fd6
10 changed files with 95 additions and 100 deletions
|
|
@ -90,7 +90,7 @@ namespace MapControl
|
|||
{
|
||||
double scale;
|
||||
|
||||
if (ParentMap == null || (scale = ParentMap.GetScale(ParentMap.Center).X) <= 0d)
|
||||
if (ParentMap == null || (scale = ParentMap.GetMapScale(ParentMap.Center).X) <= 0d)
|
||||
{
|
||||
return new Size();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue