mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Avalonia MapPolygon, MapPolyline
This commit is contained in:
parent
bfa70de0cd
commit
cf08a2baae
9 changed files with 40 additions and 25 deletions
|
|
@ -142,6 +142,12 @@
|
|||
<map:Pushpin AutoCollapse="True" Location="35,33" Content="Cyprus"/>
|
||||
<map:Pushpin AutoCollapse="True" Location="28.25,-16.5" Content="Tenerife"/>
|
||||
|
||||
<map:MapPolygon Stroke="Yellow" StrokeThickness="2">
|
||||
<map:MapPolygon.Locations>
|
||||
<map:LocationCollection>53.45,8.1 53.45,8.3 53.55,8.3 53.55,8.1</map:LocationCollection>
|
||||
</map:MapPolygon.Locations>
|
||||
</map:MapPolygon>
|
||||
|
||||
<map:MapPath Location="53.5,8.2" Stroke="Blue" StrokeThickness="3" Fill="#1F007F00">
|
||||
<map:MapPath.Data>
|
||||
<EllipseGeometry RadiusX="1852" RadiusY="1852"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue