flywave-mapview.pickresult.datasourceorder
Home > @flywave/flywave-mapview > PickResult > dataSourceOrder
PickResult.dataSourceOrder property
Data source order, useful for sorting a collection of picking results. A number for objects/features coming from tiles (as those have data sources attached), an undefined when objects are added via "mapView.mapAnchors.add(object)" - those are treated as base layer objects during picking (same as "dataSourceOrder: 0").
Signature:
dataSourceOrder: number | undefined;