mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Minor fixes
This commit is contained in:
parent
1b77bcd8e1
commit
d52dba0729
4 changed files with 70 additions and 75 deletions
|
|
@ -124,7 +124,7 @@
|
|||
<map:MapItemsControl ItemsSource="{Binding Pushpins}"
|
||||
ItemContainerStyle="{StaticResource PushpinItemStyle}"/>
|
||||
|
||||
<map:Pushpin AutoCollapse="True" Content="N 53° 30' E 8° 12'">
|
||||
<map:Pushpin AutoCollapse="True" Content="N 53°30' E 8°12'">
|
||||
<map:Pushpin.Location>
|
||||
<map:Location Latitude="53.5" Longitude="8.2"/>
|
||||
</map:Pushpin.Location>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue