![]() |
![]() |
![]() |
libchamplain Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
ChamplainMapDataSource;
MemphisMap * champlain_map_data_source_get_map_data
(ChamplainMapDataSource *data_source
);
GObject +----GInitiallyUnowned +----ChamplainMapDataSource +----ChamplainLocalMapDataSource +----ChamplainNetworkMapDataSource
"bounding-box" ChamplainBoundingBox* : Read / Write "state" ChamplainState : Read / Write
ChamplainMapDataSource provides the interface for ChamplainMemphisTileSource to aquire map data.
MemphisMap * champlain_map_data_source_get_map_data
(ChamplainMapDataSource *data_source
);
Gets the MemphisMap of the data source.
|
a ChamplainMapDataSource |
Returns : |
the MemphisMap of the data source or NULL. |
Since 0.6
"bounding-box"
property"bounding-box" ChamplainBoundingBox* : Read / Write
The bounding box of the area that contains map data.
Since 0.6
"state"
property"state" ChamplainState : Read / Write
The map data source's state. Useful to know if the data source is loading or not.
Default value: CHAMPLAIN_STATE_NONE
Since 0.6