spacer1
spacer2 1_1 1_2
2_1
 Subscribe
 The MP2K Update!
 
 
 
 Magazine
Front Cover
What's New
Articles
News
Sample Data
Gallery
Advertise
About
 Features
MapPoint 2013
Press Releases
MapPoint Forums
Companies
Link to MP2Kmag
Wish List
MapPoint Trial
Authors
 Earlier Content
Past News Items
Past What's New Announcements
 Sponsors
 Order

MapPoint 2013

Programming MapPoint in .NET

MapPoint Book

  Spatial Community
SVG Tutorials
MapPoint

Map Visitors

  MAPPOINT Q & A  

Top | Post New Question | Read All | MP2K Asks Microsoft

819 How does zoom work - August 2, 2002

Hi, How does the zoom functionality work on MapPoint? Does it hit the database everytime or does it just toggle the finer details visible/invisible? TIA Craig

Answers:
August 5, 2002
I would imagine it hits the database every time if I am understanding you correctly. Imagine, at the U.S. zoom level, if it pre-loaded _all_ the data including layers invisible at that scale, it would be reading something like 1 GB of data. For the speed at which it draws the U.S.-level map, I can't imagine that's the case. - Eric

September 20, 2002
Every time you zoom, a new RenderService is Called from the Mappint Service, with the New Zoom Parameter set on the MapOptions Object e.g

Dim myMapOptions As New MapOptions()
myMapOptions.Zoom = myZoom
'The New Map is therefore Called
myMapImages = myRenderService.GetMap(myMapViews, myMapOptions, myPushPins)
Cheers
Kevo

Post New Answer / Follow-up


Google
 
MP2Kmag Internet


 Recent Discussion
 Resources


Want Your Site To Appear Here?

   © 1999-2012 MP2K. Questions and comments to: website@mp2kmag.com
  Microsoft and MapPoint 2002/2004/2006/2009/2010/2011/2013 are either trademarks or registered trademarks of Microsoft.