NextGIS Frontend
    Preparing search index...
    interface LayerFeature {
        fields: FeatureProperties;
        geom?: GeoJsonObject;
        id: number;
        label: string;
        layerId: number;
        parent: string;
    }

    Implemented by

    Index

    Properties

    geom?: GeoJsonObject
    id: number
    label: string
    layerId: number
    parent: string