@geogirafe/lib-geoportal
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    minSearchTermLength: 3

    Methods

    • Detects and parses a coordinate search term into an array of two numerical values. The method attempts to identify valid coordinate pairs from the given term, using different separators such as ;, /, ,, or whitespace.

      Parameters

      • term: string

      Returns [number, number] | null

    • Performs a search operation with all available clients based on the provided term and returns results grouped by provider name and result category.

      Parameters

      • term: string

      Returns Promise<
          | Record<
              string,
              Record<string, Feature<Geometry, { [x: string]: any }>[]>,
          >
          | null,
      >