mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 15:36:20 +00:00
Add DoubleTapped handler
This commit is contained in:
parent
e0e2061014
commit
b2ff2d9e04
2 changed files with 9 additions and 0 deletions
|
|
@ -130,6 +130,7 @@
|
|||
|
||||
<map:Map x:Name="map" ManipulationMode="All"
|
||||
Center="53.5,8.2"
|
||||
DoubleTapped="MapDoubleTapped"
|
||||
MinZoomLevel="2" MaxZoomLevel="21" ZoomLevel="11"
|
||||
PointerPressed="MapPointerPressed"
|
||||
PointerReleased="MapPointerReleased"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue