I want to bind my pushpins (which is a list ) to the My Map`s Maplayer.
There is no such thing "ItemSource" in MapLayers attributes. How can I bind my Pushpin List Data to MapLayer?
<my:Map HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Name="map1" CredentialsProvider="KEY" >
<my:Map.Children>
<my:MapLayer x:Name="pushPinMapLayer" ??Binding what???}">
</my:MapLayer>
</my:Map.Children>
</my:Map>