[ 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"
this | |
uri_format |
the URI format |