tags:

views:

115

answers:

1

I am modifying an application that someone else wrote for MapPoint Web Service. Its a pretty old application and I think its using version 3.5 of MapPoint Web Service. I would like to know how to set the default zoom level? I would like to get a closer view of the location by default.

I found the MapOptions.Zoom Properties but that looks like how much it zooms each time you hit the button.

+1  A: 

I believe you just set the MapSpecification.MapOptions.Zoom to a double value. But the MSDN will most likely have better answer

cgreeno
Your right it effects how close you are by default.
MaxGeek
On further testing this actually doesn't work. It is only zoom intensity not default zoom level.
MaxGeek
you are going to need to post the problem code
cgreeno