mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 07:55:13 +00:00
Version 4.12. Revised projections
This commit is contained in:
parent
8cafe207cb
commit
90aa92def0
25 changed files with 390 additions and 167 deletions
|
|
@ -67,7 +67,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Calculates azimuth and distance in radians from location1 to location2.
|
||||
/// Calculates azimuth and spherical distance in radians from location1 to location2.
|
||||
/// The returned distance has to be multiplied with an appropriate earth radius.
|
||||
/// </summary>
|
||||
public static void GetAzimuthDistance(Location location1, Location location2, out double azimuth, out double distance)
|
||||
|
|
@ -89,7 +89,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Calculates the Location of the point given by azimuth and distance in radians from location.
|
||||
/// Calculates the Location of the point given by azimuth and spherical distance in radians from location.
|
||||
/// </summary>
|
||||
public static Location GetLocation(Location location, double azimuth, double distance)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue