Documentation
    Preparing search index...

    Type Alias LocateOptions

    type LocateOptions = {
        language?: string | null;
        minimalResultScore?: number | null;
        numResults?: number | null;
        outputCountryType?: CountryType;
    }
    Index

    Properties

    language?: string | null

    The language used for geographic names. Defaults to nl. This standard allows to use two-letter ISO 639-1 codes

    minimalResultScore?: number | null

    Minimal score of the results (default 70)

    numResults?: number | null

    Limit the number of resulting locations (default 5)

    outputCountryType?: CountryType