Skip to main content

flywave-mapview.tilefeaturedata.starts

Home > @flywave/flywave-mapview > TileFeatureData > starts

TileFeatureData.starts property

An optional array of sorted indices into geometry where the feature starts. The lists of IDs and starting indices (starts) must have the same size. Feature i starts at starts[i] and ends at starts[i+1]-1, except for the last feature, which ends at the last index in the object's geometry.

Signature:

starts?: number[];