Table of Contents

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

zoom int

Requested tile zoom level.

x int

Requested tile X coordinate.

y int

Requested tile Y coordinate.

Returns

UnityWebRequest

A GET request targeting the expanded tile URL.