Added Avalonia sample application

This commit is contained in:
ClemensFischer 2024-05-24 15:28:28 +02:00
parent dc8df5e486
commit 192ecbf4df
12 changed files with 364 additions and 12 deletions

View file

@ -114,6 +114,7 @@
<map:Map x:Name="map" ManipulationMode="All"
Center="53.5,8.2"
MinZoomLevel="2" MaxZoomLevel="21" ZoomLevel="11"
DoubleTapped="MapDoubleTapped"
PointerPressed="MapPointerPressed"
PointerReleased="MapPointerReleased"
PointerMoved="MapPointerMoved"