View Single Post

  #4 (permalink)  
Old 12-22-2006
VC_Man VC_Man is offline
Member
Green Belt
 
Join Date: Nov 2006
Posts: 87
Re: What is it: ZoomIn, ZoomOut, ZoomTo or Altitude??

Hi Wilfried,

You understand the question perfectly well

What I did is changing the altitude in the GetLocation(lat, lon, alt). I didn't know about Map.SetAltitude(). I've tried this out and it works very well.

I was working on a serverapp with MP embedded in, to add a feature ZoomTo. The programmer doesn't work here anymore, but he programmed MP using a different aproach (I find it more difficult). Anyway, I want a bunch of pushpins to see on the map by using ZoomTo(). But there are, as far as I can see, 2 types of ZoomTo, one for DataSet and one for DataSets! Because I don't know how that dude programmed and where it is (even the FBI won't find it) I used the DataSets.ZoomTo() method. But actually I want to use the DataSet.ZoomTo.

How can I get the DataSet of the standard MyPushpin set? Or how can I use the ZoomTo() for the MyPushpin set?
Reply With Quote