interface VectorTileFeature {
    geometry: Geometry<DefaultLatLonKeys, GeometryOptions<DefaultLatLonKeys>>;
    id: number;
    layerName: string;
    mapTile: any;
    properties: {
        [k: string]: any;
    };
}

Hierarchy (view full)

Properties

geometry: Geometry<DefaultLatLonKeys, GeometryOptions<DefaultLatLonKeys>>
id: number
layerName: string
mapTile: any
properties: {
    [k: string]: any;
}

Type declaration

  • [k: string]: any

Generated using TypeDoc