mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
MapItem
This commit is contained in:
parent
085154c614
commit
0696441a4e
4 changed files with 9 additions and 9 deletions
|
|
@ -25,7 +25,7 @@ namespace MapControl
|
|||
(item, oldValue, newValue) =>
|
||||
{
|
||||
MapPanel.SetLocation(item, newValue);
|
||||
item.UpdateMapTransform(newValue);
|
||||
item.UpdateMapTransform();
|
||||
});
|
||||
|
||||
private Windows.Foundation.Point? pointerPressedPosition;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue