English | Site Directory

Google Base Data API

Accessing the Google Base data API using JavaScript

You can use the example JavaScript applications presented in this section to as a basis for your own application.

  • The JavaScript Tutorial is a simple end-to-end example that presents all of the basic concepts of Google Base. It searches Google Base for vehicles, and then displays the results on a map. It uses both the Google Base and Google Maps API. If you want to learn how to use the Google Base data API, this is a great place to start.
  • The Interactive Demo is written in JavaScript. This is a fairly advanced application. If you would like to try to recreate it, your best bet is to look at the source code. However, this chapter presents the basic architecture.