mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Added Avalonia sample application
This commit is contained in:
parent
dc8df5e486
commit
192ecbf4df
12 changed files with 364 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue