RasterRenderer.full_from_url
Description:
[ CCode ( has_construct_function = false ) ]
public RasterRenderer.full_from_url (string id, string name, string license, string license_uri, uint min_zoom, uint max_zoom, uint tile_size, MapProjection projection, string url_template)
public RasterRenderer.full_from_url (string id, string name, string license, string license_uri, uint min_zoom, uint max_zoom, uint tile_size, MapProjection projection, string url_template)
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 |
url_template |
a URL template to fetch tiles from |
Returns:
a newly constructed [class@RasterRenderer] |