for libchamplain 0.6.1

The latest version of this documentation can be found on-line at http://library.gnome.org/devel/libchamplain/unstable/.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the GNU Free Documentation License from the Free Software Foundation by visiting their Web site or by writing to:


          The Free Software Foundation, Inc.,
          59 Temple Place - Suite 330,
          BostonMA 02111-1307,
          USA
        


I. Core API Reference
ChamplainView — A ClutterActor to display maps
ChamplainTile — An object that represent map tiles
II. Layers, Markers and Polygons
Layers
ChamplainLayer — A container for ChamplainMarker
ChamplainSelectionLayer — A container for ChamplainMarker supporting selection
Markers
ChamplainBaseMarker — A base marker to identify points of interest on a map
ChamplainMarker — A marker to identify points of interest on a map
Polygons
ChamplainPolygon — A polygon to be drawn on the map
ChamplainPoint — A base struct to store a latitude and longitude
III. Map Source API Reference
ChamplainMapSource — A base class for map sources
Tile Sources
ChamplainTileSource — A base class of tile sources
ChamplainNetworkTileSource — A map source that downloads tiles from a web server
ChamplainErrorTileSource — A map source displaying error tiles
ChamplainMemphisTileSource — A map source that draws tiles locally
Tile Caches
ChamplainTileCache — A base class of tile caches
ChamplainFileCache — Stores and loads cached tiles from the file system
Map Source Utilities
ChamplainMapSourceChain — A map source simplifying creation of source chains
ChamplainMapSourceFactory — Manages ChamplainMapSource instances
ChamplainMapSourceDesc — A basic struct to describe map sources.
IV. Map Data Source API Reference
ChamplainMapDataSource — Base class for map data sources
ChamplainLocalMapDataSource — Loads local map data for ChamplainMemphisTileSource
ChamplainNetworkMapDataSource — Downloads map data for ChamplainMemphisTileSource
ChamplainBoundingBox — A basic struct to describe a bounding box
V. Utility API Reference
ChamplainVersion — Versioning utility macros
Index
Index of deprecated symbols
Index of new symbols in 0.1
Index of new symbols in 0.2
Index of new symbols in 0.4
Index of new symbols in 0.6