Update sample applications

This commit is contained in:
ClemensF 2021-01-12 22:20:32 +01:00
parent 0d7387059b
commit bab6cb3415
2 changed files with 7 additions and 7 deletions

View file

@ -131,9 +131,9 @@
ItemContainerStyle="{StaticResource PushpinItemStyle}"/>
<map:Pushpin Background="Yellow" Foreground="Blue" Content="N 53° 30' E 8° 12'">
<map:MapPanel.Location>
<map:Pushpin.Location>
<map:Location Latitude="53.5" Longitude="8.2"/>
</map:MapPanel.Location>
</map:Pushpin.Location>
</map:Pushpin>
</map:Map>