NetworkTileSource.full


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.4" ) ]
public NetworkTileSource.full (string id, string name, string license, string license_uri, uint min_zoom, uint max_zoom, uint tile_size, MapProjection projection, string uri_format, Renderer renderer)

Constructor of NetworkTileSource.

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

uri_format

the URI to fetch the tiles from, see set_uri_format

renderer

the Renderer used to render tiles

Returns:

a constructed NetworkTileSource object




2022 vala-language.org