4.3. Performance Considerations
When I mentioned that you would be using MapPoint 2004 COM interoperable assemblies from your managed code, you may have been worried about performance. There is reason to worry,
The good news is that you can avoid (or at least minimize) these issues by using:
If you are
Along the same lines, using Visual C++ (with or without managed extensions) can improve the speed and reduce memory requirements of your application. |
4.4. Where Are We?In this chapter, you have learned how to interface with a GPS device using MapPoint 2004 and how to write Add-Ins. We also discussed how to integrate and improve performance using Add-Ins in your applications.
MapPoint 2004 provides a rich set of APIs to develop
|
Part II: MapPoint Web Service
|
Chapter 5. Programming MapPoint Web Service
MapPoint 2004 offers
The MapPoint Web Service is a Microsoft-hosted XML web service that is fully compliant with SOAP. The MapPoint Web Service APIs are exposed via the standard Web Service Description Language (WSDL) that can be used to develop applications using any SOAP/XML-aware programming language. Because of that, MapPoint Web Service transcends traditional boundaries to become a platform-
In this chapter, I will explain how the MapPoint Web Service works and how to get started with your development environment. Since the MapPoint Web Service is SOAP protocol-compliant, it is
Finally, before we get into the full details of MapPoint Web Service programming, I want to
|