mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Avalonia Map.ManipulationModes
This commit is contained in:
parent
24b2165d0a
commit
fc4139c739
3 changed files with 99 additions and 21 deletions
|
|
@ -13,6 +13,7 @@
|
|||
<map:Map x:Name="map"
|
||||
ZoomLevel="11" MinZoomLevel="3"
|
||||
Center="53.5,8.2"
|
||||
ManipulationModes="All"
|
||||
DoubleTapped="OnMapDoubleTapped">
|
||||
|
||||
<map:MapItemsControl ItemsSource="{Binding Pushpins}" SelectionMode="Multiple">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue