Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Shop

Index

Constructors

Properties

_URL: string = ...
_keyManager: KeyManager = KeyManager.instance
_params: ShopSearchQuery = ...

Methods

  • count(count: number): Shop
  • Specifies the number of search results to be output from.

    memberof

    Shop

    Parameters

    • count: number

      The number of search results to be output from.

    Returns Shop

    {this}

  • keyword(...keyword: string[]): Shop
  • Sets keywords (partial match) of store name, pronunciation, and address. Character code is UTF8. AND search is performed by passing a half-width space-separated string. Multiple ones can be specified.

    memberof

    Shop

    Parameters

    • Rest ...keyword: string[]

      Keywords (partial match) of store name, pronunciation, and address.

    Returns Shop

    {this}

  • start(start: number): Shop
  • Specify the number of search results to start outputting.

    memberof

    Shop

    Parameters

    • start: number

      The number of search results to start outputting.

    Returns Shop

    {this}

  • tel(tel: string): Shop
  • Sets store phone number (exact match). Single-byte numbers (no hyphen)

    memberof

    Shop

    Parameters

    • tel: string

      Store phone number.

    Returns Shop

    {this}

Generated using TypeDoc