Table of Contents

Method GetTilesForRendering

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

GetTilesForRendering<T>(List<T>, int, GeoRect)

public static List<T> GetTilesForRendering<T>(List<T> rootTiles, int zoom, GeoRect viewport100) where T : class, IMapTile<T>, new()

Parameters

rootTiles List<T>
zoom int
viewport100 GeoRect

Returns

List<T>

Type Parameters

T