ClemensFischer / XAML-Map-Control

XAML Map Control Library
Microsoft Public License
203 stars 59 forks source link

Geodesic line? #109

Closed o4oren closed 1 year ago

o4oren commented 1 year ago

Well, this is a question, not an issue - Is there a way to draw a geodesic line on XAML-Map-Control? Or any shapes actually?

ClemensFischer commented 1 year ago

You can of course draw shapes. Please take a look at the sample application. For a geodesic line, use the OrthodromeLocations methods of the LocationCollection class and use the result with a MapPolyline.

o4oren commented 1 year ago

Works like a charm. What is the purpose of the altitude parameter in a Location object? Is there a way to tilt the map and see a path above the ground?

ClemensFischer commented 1 year ago

There is no "altitude parameter" in the Location class.