Add DoubleTapped handler

This commit is contained in:
ClemensFischer 2025-01-25 16:48:53 +01:00
parent e0e2061014
commit b2ff2d9e04
2 changed files with 9 additions and 0 deletions

View file

@ -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"