RasterRenderer.full
Description:
[ CCode ( has_construct_function = false ) ]
public RasterRenderer.full (string id, string name, string license, string license_uri, uint min_zoom, uint max_zoom, uint tile_size, MapProjection projection, DataSource data_source)
public RasterRenderer.full (string id, string name, string license, string license_uri, uint min_zoom, uint max_zoom, uint tile_size, MapProjection projection, DataSource data_source)
Creates a new [class@RasterRenderer] with the given details and a data source.
Parameters:
| 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 |
| data_source |
a [class@DataSource] to provide tile image data |
Returns:
|
a newly constructed [class@RasterRenderer] |