Community of VE/MapPoint Users and Developers
This is a discussion on Using MapPoint WebService in Mobile Asp.net application within the Development forums, part of the MapPoint 2006/2009 Discussion category; Hi, Can anyone help me how to plot more than one pushpin on to the map in mobile asp.net applications ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Re: Using MapPoint WebService in Mobile Asp.net application
Hi, There is another forum on this site for the mappoint webservice. You may ask your question also there too. Sorry I don't know the solution for you.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
| Re: Using MapPoint WebService in Mobile Asp.net application ViewByScale[] mapViews = newViewByScale[2]; mapViews[0] = newViewByScale(); mapViews[0].CenterPoint = newLatLong(); mapViews[0].CenterPoint.Latitude = Latitude; mapViews[0].CenterPoint.Longitude = Longitude; //second point mapViews[1] = newViewByScale(); mapViews[1].CenterPoint = newLatLong(); mapViews[1].CenterPoint.Latitude = Latitude + 0.002222; mapViews[1].CenterPoint.Longitude = Longitude + 0.0222; //Create a pushpin for the center of the map Pushpin[] PlacePin = newPushpin[2]; PlacePin[0] = newPushpin(); PlacePin[0].PinID = "pin0"; PlacePin[0].Label = PlaceName+" 40% cars".ToUpper(); PlacePin[0].IconName = "0"; PlacePin[0].IconDataSource = "MapPoint.Icons"; PlacePin[0].LatLong = mapViews[0].CenterPoint; //second pushpin PlacePin[1] = newPushpin(); PlacePin[1].PinID = "pin1"; PlacePin[1].Label = "23% cars".ToUpper(); PlacePin[1].IconName = "2"; PlacePin[1].IconDataSource = "MapPoint.Icons"; PlacePin[1].LatLong = mapViews[1].CenterPoint; //Then create Specifications of your map and renderService.GetMap(mapSpec); |
![]() |
| Tags |
| application, aspnet, mappoint, mobile, webservice |
| ||||
| Posted By | For | Type | Date | |
| Map Individual U.S. States in MapPoint - MP2K Magazine | This thread | Refback | 06-09-2008 10:34 AM | |
| Finding Sites Within a Specified Distance From an Address - MapPoint Articles - MP2K Magazine | This thread | Refback | 06-09-2008 03:03 AM | |
| MapPoint Articles - MP2K Magazine | This thread | Refback | 06-08-2008 01:21 PM | |
| Routene Excel and MapPoint Update - MapPoint Articles - MP2K Magazine | This thread | Refback | 06-08-2008 09:52 AM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NAVTEQ Traffic Mobile™ Powers Verizon Wireless Traffic Application | MapAdmin | Other Mapping Platforms | 0 | 05-20-2008 05:56 AM |
| The MapPoint Web Service Helper - Part II: Mobile Application Development | Eric Frost | MP2K Magazine Articles | 0 | 01-05-2008 10:45 AM |
| how to migrate our mappoint webservice developement to virtual earth webservice ? | sickboy | MapPoint Web Service and Virtual Earth | 0 | 12-05-2007 06:35 PM |
| Innovative scenarios for mobile learning at the Seriously Mobile Workshop | Eric Frost | Press Releases | 0 | 05-08-2007 07:30 PM |
| MapPoint Webservice 401 | rolus | MapPoint 2006/2009 Discussion | 3 | 03-12-2004 04:51 AM |