Method CreateTileRequest
- Namespace
- Pinwheel.Vista.RealWorldData
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
CreateTileRequest(int, int, int)
Creates a web request for one tile by expanding the configured URL template.
public UnityWebRequest CreateTileRequest(int zoom, int x, int y)
Parameters
zoomintRequested tile zoom level.
xintRequested tile X coordinate.
yintRequested tile Y coordinate.
Returns
- UnityWebRequest
A GET request targeting the expanded tile URL.