Web Applications | Desktop Applications | Non .NET
applications
| Web Applications | |
| Basic Store Locator Web App | Have a look at a complete store locator application for the web, built on MapPoint Web Service 3.0 |
| Desktop Applications | |
|
Client Point Drawing |
There are times that you may need to draw more
than 100 locations on a single map. This sample application illustrates
how to do this by drawing the points in your application, as opposed to
having the MapPoint Web service draw them. It also shows how to query the
new Acxiom business listings data source.
Download the Visual Basic Source and Visual Studio .NET solution here (25k).
|
|
Directions Magazine Tutorial
|
This application first appeared as part of a two part tutorial at Directions Magazine. You can read the full tutorial here: Part One | Part Two The application illustrates street geocoding, place finding, driving directions and map rendering. You can download the Visual Studio project at Directions Magazine, or here.
|
| Non .NET Sample Applications | |
|
Java Store Locator MapPoint Web Service V3.0 |
This is a Java Server Pages version of the basic Store Locator Web App found above. It is also an example of how to work with the MapPoint Web Service using Java 1.3 and Axis. Most people have had problems accessing the MapPoint Web Service using Java due to problems with digest authentication. Another demo written for Java 1.4 showed how this could be overcome, but that demo had problems running in Java 1.3. This code overcomes those problems through a modified version of the SimpleHTTPSender class that was used for that demo, so that applications written for Java 1.3 can communicate with the MapPoint Web Service. To use this application:
This application was created by SpatialPoint. Visit them on the web to learn more about their consulting services for MapPoint technologies. |
|
Java Driving Directions
|
This Sample application is built with the Java
programming language and the AXIS SOAP library. It illustrates how a
developer can make calls to the MapPoint Web Service from an environment
other than Visual Studio .NET. This sample application has been tested
with the JDK running on Windows, but should run on any platform with JDK
1.4
To run the application:
|