Method CreateTileRequest
- Namespace
- Pinwheel.Vista.RealWorldData.USGS
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
CreateTileRequest(int, int, int)
Creates the web request used to download one image tile.
public UnityWebRequest CreateTileRequest(int zoom, int x, int y)
Parameters
zoomintRequested zoom level.
xintTile X coordinate at the requested zoom.
yintTile Y coordinate at the requested zoom.
Returns
- UnityWebRequest
A web request that downloads the tile image.