MilkBottle
MilkBottle

Reputation: 4342

Why Bing Map not showing

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

Answers (1)

Farhan Ghumra
Farhan Ghumra

Reputation: 15296

Set HomeRegion="US" in <bm:Map />

Here is the list of supported regions in Bing Map.

Upvotes: 1

Related Questions