mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Comments
This commit is contained in:
parent
c3fcfa9afe
commit
610ad13b96
4 changed files with 12 additions and 13 deletions
|
|
@ -6,9 +6,9 @@ namespace MapControl
|
|||
/// <summary>
|
||||
/// A geographic location with latitude and longitude values in degrees.
|
||||
/// For calculations with azimuth and distance on great circles, see
|
||||
/// https://en.wikipedia.org/wiki/Great_circle
|
||||
/// https://en.wikipedia.org/wiki/Great-circle_distance
|
||||
/// https://en.wikipedia.org/wiki/Great-circle_navigation
|
||||
/// https://en.wikipedia.org/wiki/Great_circle,
|
||||
/// https://en.wikipedia.org/wiki/Great-circle_distance,
|
||||
/// https://en.wikipedia.org/wiki/Great-circle_navigation.
|
||||
/// </summary>
|
||||
#if UWP || WINUI
|
||||
[Windows.Foundation.Metadata.CreateFromString(MethodName = "Parse")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue