Home > Guides > Programming > .NET and Windows Programming

Toggle Open Guide Table of ContentsGuide Contents

Close Table of ContentsGuide Contents

Close Table of Contents

Microsoft MapPoint Web Service

Last updated Aug 12, 2004.

MapPoint is the technology behind Microsoft's mapping and location services platforms and applications. You can use the MapPoint Web Service to create location-based applications such as driving directions, address verification, store locators, and others. This section provides an introduction to the MapPoint Web Service and the MapPoint Web Service SDK.

Getting the MapPoint Web Service SDK

You can download the MapPoint Web Service SDK from the MSDN site at http://go.microsoft.com/fwlink/?linkid=23505&clcid=0x409. The SDK includes documentation and sample code that shows you how to use the Web Service. The SDK does not include assemblies with helper classes that wrap the Web service functionality. MapPoint is a true platform-neutral Web service, which means that you can access its functions from any language or platform that supports communication with Web services. That said, this article is about accessing MapPoint Web Service from .NET programs.

After downloading and installing the SDK, you can view the documentation from within Visual Studio or by entering this command from the Run item on the Start menu:

dexplore /helpcol ms-help://MS.MapPointWS35SDK.1033

Discussions

Copies of the array?
Posted Dec 23, 2008 03:40 PM by luige21
1 Replies
Hi
Posted Dec 5, 2008 05:10 AM by ajay2000bhushan
2 Replies
You have no clue.
Posted Jun 10, 2008 03:28 PM by theinternetmaster
1 Replies

Make a New Comment

You must log in in order to post a comment.

Related Resources

Jim Mischel"Highly unlikely" does not mean "impossible"
By Jim MischelJuly 18, 2009 No Comments

One of my programs crashed the other day in a very unexpected place.  A call to System.Threading.ConcurrentQueue.TryDequeue (from the Parallel Extensions to .NET) resulted in an OverflowException being thrown.  Investigation revealed a pretty serious bug in the System.Random constructor.

It's Here; Put Away Your Pre-Conceptions on What an OS Must Be: Part II
By John TraenkenschuhMay 24, 2009 No Comments

In the last blog in this series, Traenk relates his first experiences with computers and with coding.  But now, some years have passed. . .

It's Here; Put Away Your Pre-Conceptions on What an OS Must Be: Part I
By John TraenkenschuhMay 24, 2009 No Comments

Traenk relates his past experience with Operating Systems that goes back 25 years, ok, more than that but he ain't tellin'

See More Blogs

Informit Network