Table of Contents

Interface IMapTile<T>

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

Describes one tile in a quadtree-style map-tile hierarchy.

public interface IMapTile<T>

Type Parameters

T

Concrete tile type used for neighbor and child references.

Properties

bottomLeft

Child tile covering the bottom-left quadrant.

bottomRight

Child tile covering the bottom-right quadrant.

bounds100

Tile bounds expressed in the normalized viewport-100 coordinate space used by the map-tile utilities.

topLeft

Child tile covering the top-left quadrant.

topRight

Child tile covering the top-right quadrant.

x

Tile X coordinate at the current zoom level.

y

Tile Y coordinate at the current zoom level.

zoom

Zoom level the tile belongs to.