Map menus

This commit is contained in:
ClemensFischer 2025-03-22 17:08:43 +01:00
parent c54a0cf91f
commit f1fa37a9a5
10 changed files with 153 additions and 15 deletions

View file

@ -164,7 +164,11 @@
SelectedItem="{Binding SelectedPushpin, Mode=TwoWay}"
SelectionMode="Extended"
LocationMemberPath="Location"
SelectionChanged="MapItemsControlSelectionChanged"/>
SelectionChanged="MapItemsControlSelectionChanged"
PointerPressed="MapItemsControl_PointerPressed"
PointerReleased="MapItemsControl_PointerReleased"
Tapped="MapItemsControl_Tapped"
RightTapped="MapItemsControl_RightTapped"/>
<map:MapPath Location="53.5,8.2" Stroke="Blue" StrokeThickness="3" Fill="#1F007F00" IsHitTestVisible="False">
<map:MapPath.Data>