Options
All
  • Public
  • Public/Protected
  • All
Menu

A fuzzy matcher that uses domain knowledge about places and sets up a simpler API.

export

Type parameters

  • Place

    The type of the place object.

Hierarchy

  • EnPlaceMatcher

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly config

config: MatcherConfig = ...

Methods

find

  • find(query: string): Place[]
  • Find a place.

    memberof

    EnPlaceMatcher

    Parameters

    • query: string

      The search query.

    Returns Place[]

    The matched places.

Generated using TypeDoc