Reputation: 4342
I have added all the required references like Bing Map and Others. I have added the credential as well.
The problem : There is no map showing
What need to be done?
<bm:Map Credentials="Am5qxl1jqY2FumxPaUtRWPUasxxxxxxxxxxxx " x:Name="myMap" MapType="Aerial" ZoomLevel="12" Width="600" Margin="383,0,383,-593"> <bm:Map.Center> < bm:Location Latitude="40.72367" Longitude="40.72367" /> </bm:Map.Center> </bm:Map>
Upvotes: 0
Views: 341
Reputation: 15296
Set HomeRegion="US"
in <bm:Map />
Here is the list of supported regions in Bing Map.
Upvotes: 1