跳到主要内容

flywave-mapview.tilekeyentry

Home > @flywave/flywave-mapview > TileKeyEntry

TileKeyEntry class

Represents a unique TileKey and the area it takes up on screen.

Note, in certain tiling projections, it is possible to have an offset, which represents a tile which has fully wrapped around, hence this defaults to 0 to simplify usage for projections which don't require it.

Signature:

export declare class TileKeyEntry 

Constructors

Constructor

Modifiers

Description

(constructor)(tileKey, area, offset, elevationRange, distance)

Constructs a new instance of the TileKeyEntry class

Properties

Property

Modifiers

Type

Description

area

number

distance

number

elevationRange?

ElevationRange

(Optional)

offset

number

tileKey

TileKey