MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Using MapPoint WebService in Mobile Asp.net application

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 ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion > Development

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack (4) Thread Tools Display Modes
  4 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 06-05-2008
Junior Member
White Belt
 
Join Date: Jun 2008
Posts: 1
Using MapPoint WebService in Mobile Asp.net application

Hi,


Can anyone help me how to plot more than one pushpin on to the map in mobile asp.net applications using mappoint webservice.

Thanks in Advance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 06-05-2008
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 06-12-2008
Junior Member
White Belt
 
Join Date: Jun 2008
Posts: 1
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);
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
application, aspnet, mappoint, mobile, webservice


LinkBacks (?)
LinkBack to this Thread: http://www.mapforums.com/using-mappoint-webservice-mobile-asp-net-application-7771.html

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -5. The time now is 06:17 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54