Hello why simple binding on bing maps don't work, And how I need do binding. Thank you!
<m:Map Height="628"
CredentialsProvider="KEY"
Mode="Aerial"
ZoomLevel="{Binding Zoom}"
Center="{Binding Center}">
<m:Pushpin Location="{Binding PushPin}"/>
</m:Map>