ggc-library
    Preparing search index...

    De volledige response van een PDOK Location API zoekopdracht.

    interface PdokLocationApiSearchResponse {
        features: PdokLocationApiSearchFeature[];
        links: PdokLocationApiLink[];
        numberReturned: number;
        timestamp: string;
        type: string;
    }
    Index

    Properties

    De lijst met gevonden geografische objecten (suggesties).

    Navigatie links.

    numberReturned: number

    Aantal gevonden resultaten.

    timestamp: string

    Tijdstip van de zoekopdracht.

    type: string

    Type van de response (meestal 'FeatureCollection').