ggc-library
    Preparing search index...

    Model voor suggesties die niet direct uit de standaard PDOK Location API komen. Wordt gebruikt voor bijvoorbeeld RD-coördinaten of aangepaste bronnen.

    interface AdditionalSuggestion {
        collection?: string;
        display_name: string;
        id: string;
        type: string;
    }
    Index

    Properties

    collection?: string

    Optioneel: De collectie waartoe de suggestie behoort.

    display_name: string

    De tekst die getoond wordt in de suggestielijst.

    id: string

    Unieke identifier van de suggestie.

    type: string

    Het type resultaat (bijv. 'rd' of 'coordinate').