flywave-mapview.itiledatavisitor.wantspoint
Home > @flywave/flywave-mapview > ITileDataVisitor > wantsPoint
ITileDataVisitor.wantsPoint() method
Should return true if the visitor wants to visit the point with the specified featureId.
Signature:
wantsPoint(featureId: number | string | undefined): boolean;
Parameters
Parameter | Type | Description |
|---|---|---|
featureId | number | string | undefined |
Returns:
boolean
## Remarks
Number ids are deprecated in favor of strings.