Skip to main content

flywave-mapview.tiledataaccessoroptions

Home > @flywave/flywave-mapview > TileDataAccessorOptions

TileDataAccessorOptions interface

An interface that provides options for TileDataAccessor.

Signature:

export interface TileDataAccessorOptions 

Properties

Property

Modifiers

Type

Description

onlyWithFeatureIds?

boolean

(Optional) Limit to objects that have featureIDs.

wantsAll?

boolean

(Optional) Sets and overrides wantPoints, wantLines, wantAreas, wantObject3D.

wantsAreas?

boolean

(Optional) true to visit area objects.

wantsLines?

boolean

(Optional) true to visit lines.

wantsObject3D?

boolean

(Optional) true to visit general 3D objects.

wantsPoints?

boolean

(Optional) true to visit points.