[ CCode ( has_construct_function = false ) ]
public NetworkBboxTileSource.full (string id, string name, string license, string license_uri, uint min_zoom, uint max_zoom, uint tile_size, MapProjection projection, Renderer renderer)
Constructor of NetworkBboxTileSource.
id |
the map source's id |
name |
the map source's name |
license |
the map source's license |
license_uri |
the map source's license URI |
min_zoom |
the map source's minimum zoom level |
max_zoom |
the map source's maximum zoom level |
tile_size |
the map source's tile size (in pixels) |
projection |
the map source's projection |
renderer |
the Renderer used to render tiles |
a constructed NetworkBboxTileSource object |