OgcApiTilesLayer.OgcApiTilesLayer Constructor
OgcApiTilesLayer(System.String url)
Creates a new instance of the OgcApiTilesLayer class with the specified URL.Syntax
public OgcApiTilesLayer (
System.String url
)
Parameters
The URL identifying an OGC API collection or a specific OGC API TileSet.
Remarks
The URL passed can be one of two types. Either an URL identifying an OGC API collection or an URL identifying a specific OGC API TileSet hosted on the server.
If an URL identifying an OGC API collection is used, then OgcApiTilesLayer will when initialized, automatically select which TileSet to use.
http://[ipaddress]/collections/NiceWorldMap
However, if you want to use a specific TileSet you can instead pass an URL identifying a specific TileSet hosted by the server.
http://[ipaddress]/collections/NiceWorldMap/map/tiles/WorldCRS84Quad
Platforms
Windows, Linux, Android