set_uri_format


Description:

[ Version ( since = "0.4" ) ]
public void set_uri_format (string uri_format)

A URI format is a URI where x, y and zoom level information have been marked for parsing and insertion.

There can be an unlimited number of marked items in a URI format. They are delimited by "#" before and after the variable name. There are 4 defined variable names: X, Y, Z, and TMSY for Y in TMS coordinates.

For example, this is the OpenStreetMap URI format: "https://tile.openstreetmap.org/\#Z\#/\#X\#/\#Y\#.png"

Parameters:

this

the NetworkTileSource

uri_format

the URI format




2022 vala-language.org