mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Version 5.1: Use C# 7
This commit is contained in:
parent
310f0cca9a
commit
7bd1d450dc
18 changed files with 42 additions and 35 deletions
|
|
@ -61,7 +61,7 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public virtual Vector GetRelativeScale(Location location)
|
||||
{
|
||||
return new Vector(1, 1);
|
||||
return new Vector(1d, 1d);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue