SOAP
SO-S-28 SOAP services
Google Maps API demo
Overview
This example demonstrates how to implement Google Maps API using XML and Asynchronous RPC ("AJAX").
For more information on Google Maps API visit: http://www.google.com/apis/maps/documentation/
Breakdown
In the Initial state we will extend the Demo.demo.Customers table with some new fields (Longitude and Latitude). Then we will use Yahoo GeoCode API to find Longitude, Latitude values for the customers addresses and store the values in the database. The data_xml.vsp page generates XML from that table similar to the one described in Google Maps API Documentation. We have extend it a little bit to have information for the Customer Name and Address. Click on the 'googlemaps.vsp' Run link to see the generated Google Map. You can click on the markers to view additional information.
| View the source | Action |
|---|---|
| 1. so_s_28.sql | Set the initial state |
| 2. data_xml.vsp | Run |
| 3. googlemaps.vsp | Run |
OpenLink Home
Technical Support