Community of VE/MapPoint Users and Developers
This is a discussion on Is it possible to display more than 100 Pushpins? within the MapPoint Web Service and Virtual Earth forums, part of the Map Forums category; I'm creating a WebApp and trying to display more than 100 Pushpins at a time but get restricted by the ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
|
Yes - you will have to "paint" them manually on the map image. Here is what I do 1. Store all my pushpins in a collection 2. Get the bounding rectangle of all pushpins. 3. Render the map with just 100 pushpins but with map size determined in step 2. 4. When the map image is returned from web service, convert the remainder of pushpins to screen coordinates in terms of the picture returned. 5. Paint each pushpin on the map image using GDI drawing API. I have done this 18000+ pushpins and it is fairly fast. One more thing I did was to use small filled in circles instead of pushpins just because they are easier to draw instead of the pushpin images |
![]() |
| Tags |
| 100, display, pushpins |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Display pushpins using Eastings and Northings | Landyd | MapPoint 2006/2009 Discussion | 2 | 05-24-2006 09:49 AM |
| Display setting for Map | alwasl8 | MapPoint 2006/2009 Discussion | 1 | 10-07-2005 10:37 PM |
| how to display the names of multiple pushpins | Anonymous | MapPoint 2006/2009 Discussion | 1 | 04-19-2005 01:32 PM |
| In VB is there any way to display just the map pan.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 07-18-2002 09:58 PM |
| I would like to display the information tag on eac.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 05-02-2002 07:22 AM |