Hi,
I am using a Bing Map for my Rad Map. When the page loads (with the map) i see the image (first.jpg). I do not see the map.
I have to zoom in with the mouse wheel in order to see the map.(second.jpg). The code i am using to load the ma is the following:
What is wrong and the map doesn't load on page load?
Can anyone help me?
Regards,
Eleni
I am using a Bing Map for my Rad Map. When the page loads (with the map) i see the image (first.jpg). I do not see the map.
I have to zoom in with the mouse wheel in order to see the map.(second.jpg). The code i am using to load the ma is the following:
<my:RadMap x:Name="RadMap1" Grid.Row="2" Grid.Column="0" > |
<maps:InformationLayer Name="informationLayer"> |
</maps:InformationLayer> |
</my:RadMap> |
Public Sub New() |
InitializeComponent() |
mService.GetPointsAsync() |
cService.GetGategoriesAsync() |
Me.RadMap1.Provider = New BingMapProvider(MapMode.Aerial, True, "AvOK-6UJ8YBzZq5De6nvkuEFWh7xS8y3de2ZtXpc3ZL64eTMZ7a4wsOBE1nDLkfT") |
RadMap1.Center = New Location(37.966667, 23.716667) |
RadMap1.ZoomLevel = 9 |
End Sub |
What is wrong and the map doesn't load on page load?
Can anyone help me?
Regards,
Eleni