windows phone 8 pushpin

rpr79

New member
Aug 9, 2013
1
0
0
Visit site
HI!! I need to replace the shape of my pushpins by an image! this is my xaml code
<maps:Map x:Name="myMap" Margin="-34,0,-36,10" WatermarkMode="On" LandmarksEnabled="True" ColorMode="Dark">
<toolkit:MapExtensions.Children>
<toolkit:MapItemsControl Name="PointItems">
<toolkit:MapItemsControl.ItemTemplate>
<DataTemplate>
<toolkit:pushpin x:Name="mypus" GeoCoordinate="{Binding Coordinate}" Content="{Binding Info}" BorderBrush="Black" Height="119" FontWeight="Bold" Background="YellowGreen" Foreground="Transparent" Width="29" FontSize="1" Tap="mypus_Tap" BorderThickness="2" Margin="2" />

</DataTemplate>
</toolkit:MapItemsControl.ItemTemplate>
</toolkit:MapItemsControl>
</toolkit:MapExtensions.Children>
</maps:Map>

help me please!
 

Members online

No members online now.

Forum statistics

Threads
323,281
Messages
2,243,566
Members
428,056
Latest member
bevitalglucopre