Copyright © infoGrips GmbH, 2010
29.06.2010
Abstract
This documentation describes the GeoShop Mapping API (GSAPI).
Table of Contents
The GeoShop Mapping API (GSAPI) is a JavaScript based programming interface to the GeoShop Server. With the GSAPI a JavaScript programmer can easily integrate GeoShop generated maps in his or her application. The GSAPI consists of the following main objects:
A visual respresentation of a GeoShop. The GSMap object may be integrated in a HTML DIV element in the user application.
A zoom control object to manipulate the GSMap object.
Some tools to query or select information from a GSMap object.
To fully understand this documentation the reader should be familiar with JavaScript programming and the general structure of HTML documents.
This documentation contains the following information:
Chapter 2: Detailed description of the GSMap object.
Chapter 3: Detailed description of the GSMapZoomSliderControl object.
Chapter 4: Detailed description of the GSMapTools object.