Skip to main content

flywave-mapview.itiledatavisitor.wantsline

Home > @flywave/flywave-mapview > ITileDataVisitor > wantsLine

ITileDataVisitor.wantsLine() method

Should return true if the visitor wants to visit the line with the specified featureId.

Signature:

wantsLine(featureId: number | string | undefined): boolean;

Parameters

Parameter

Type

Description

featureId

number | string | undefined

Returns:



boolean

## Remarks

Number ids are deprecated in favor of strings.