NetworkBboxTileSource
Object Hierarchy:
Description:
[
CCode ( type_id =
"champlain_network_bbox_tile_source_get_type ()" ) ]
[
Version ( since =
"0.8" ) ]
public class NetworkBboxTileSource :
TileSource
The NetworkBboxTileSource structure contains only private data and should be accessed using the provided API
Content:
Properties:
- public string api_uri { get; set; }
The URI of an OpenStreetMap API server
- public string proxy_uri { owned get; set; }
Used to override the default proxy for accessing the network.
- public State state { get; set; }
The map source's state.
- public string user_agent { set; }
The HTTP user agent used for requests
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Champlain.TileSource
All known members inherited from class Champlain.MapSource
All known members inherited from class GLib.Object