Click or drag to resize

RemoteTiledProviderRequestBuilder Delegate

Method building a request by the given tile information.

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public delegate string RequestBuilder(
	int x,
	int y,
	int level
)

Parameters

x
Type: SystemInt32
X coordinate of the requested tile.
y
Type: SystemInt32
Y coordinate of the requested tile.
level
Type: SystemInt32
Zoom level of the requested tile.

Return Value

Type: String
The request string.
See Also