On this page

Interface VectorTileFeatureLike

interface VectorTileFeatureLike {
    extent: number;
    id: number | undefined;
    properties: Record<string, number | string | boolean>;
    type: 0 | 1 | 2 | 3;
    loadGeometry(): Point[][];
}
Index

Properties

extent: number
id: number | undefined
properties: Record<string, number | string | boolean>
type: 0 | 1 | 2 | 3

Methods

Was this helpful?
SDK JS
Reference
VectorTileFeatureLike