Win 8 App: Bing Maps Binding Location
问题 I want to bind the Longitude and Latidute value from a Bing Map. But that doesn't work. if I code the values in the xaml it works fine. But with the binding the Map does not center. Here is my example: <Maps:Map ZoomLevel="7" x:Name="myMap" Credentials="my_Code"> <Maps:Map.Center> <Maps:Location Latitude="{Binding Maps.Latitude}" Longitude="{Binding Maps.Longitude}" /> </Maps:Map.Center> <Maps:Map.Children> <Maps:Pushpin> <Maps:MapLayer.Position> <Maps:Location Latitude="{Binding Maps