Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoudaryOptions

Set of options when you are looking for places in a particular region.

Hierarchy

  • BoudaryOptions

Index

Properties

circle

circle: CircleOptions | (() => CircleOptions)

Search within a circular region. Circle can be static or dynamic with the function.

countries

countries: string | string[] | (() => string[]) | (() => string)

Add a restriction by alpha-2 or alpha-3 ISO-3166 country code. Countries can be static or dynamic with the function.

rectangle

rectangle: RectangleOptions | (() => RectangleOptions)

Search within a rectangular region. Rectangle can be static or dynamic with the function.

Generated using TypeDoc