Table of Contents

Method CreateTileRequest

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll

CreateTileRequest(int, int, int)

Creates the web request used to download one image tile.

UnityWebRequest CreateTileRequest(int zoom, int x, int y)

Parameters

zoom int

Requested zoom level.

x int

Tile X coordinate at the requested zoom.

y int

Tile Y coordinate at the requested zoom.

Returns

UnityWebRequest

A web request that downloads the tile image.