mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Revert commit
This commit is contained in:
parent
f1fa37a9a5
commit
4cabda97a4
8 changed files with 7 additions and 63 deletions
|
|
@ -64,10 +64,7 @@
|
|||
<map:MapItemsControl ItemsSource="{Binding Pushpins}"
|
||||
SelectedItem="{Binding SelectedPushpin}"
|
||||
SelectionMode="Multiple"
|
||||
SelectionChanged="MapItemsControlSelectionChanged"
|
||||
PointerPressed="MapItemsControl_PointerPressed"
|
||||
PointerReleased="MapItemsControl_PointerReleased"
|
||||
Tapped="MapItemsControl_Tapped">
|
||||
SelectionChanged="MapItemsControlSelectionChanged">
|
||||
<map:MapItemsControl.Styles>
|
||||
<Style Selector="map|MapItem">
|
||||
<Setter Property="map:MapPanel.Location" Value="{Binding Location}"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue