for libchamplain 0.8.3

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. Basic API
ChamplainView — A ClutterActor to display maps
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
ChamplainMapSource — A base class for map sources
Tile Sources
ChamplainTileSource — A base class of tile sources
ChamplainNetworkTileSource — A map source that downloads tile data from a web server
ChamplainNullTileSource — A tile source that doesn't load map data from anywhere
ChamplainFileTileSource — A map source that loads tile data from a file
ChamplainNetworkBboxTileSource — A map source that loads tile data from an OpenStreetMap API server
Tile Caches
ChamplainTileCache — A base class of tile caches
ChamplainFileCache — Stores and loads cached tiles from the file system
ChamplainMemoryCache — Stores and loads cached tiles from the memory
Map Source Utilities
ChamplainMapSourceChain — A map source simplifying creation of source chains
ChamplainMapSourceFactory — Manages ChamplainMapSource instances
IV. Renderer API
ChamplainRenderer — A base class of renderers
ChamplainImageRenderer — A renderer that renders tiles from binary image data
ChamplainMemphisRenderer — A renderer that renders tiles from OSM vector XML data
ChamplainErrorTileRenderer — A renderer that renders error tiles independently of input data
V. Others
ChamplainTile — An object that represent map tiles
ChamplainMapSourceDesc — A basic struct to describe map sources.
ChamplainBoundingBox — A basic struct to describe a bounding box
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
Index of new symbols in 0.8