Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SmallArea

Index

Constructors

Properties

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

Methods

  • Specifies the number of search results to be output from.

    memberof

    SmallArea

    Parameters

    • count: number

      The number of search results to be output from.

    Returns SmallArea

    {this}

  • Sets small area name (partial match), specified in UTF8 (URL encoding)

    memberof

    SmallArea

    Parameters

    • keyword: string

    Returns SmallArea

    {this}

  • Sets middle area codes (exact match). (Up to 5 codes can be specified. If 6 or more codes are specified, the 6th and subsequent codes will be ignored.)

    memberof

    SmallArea

    Parameters

    • Rest ...codes: string[]

      Middle area codes.

    Returns SmallArea

    {this}

  • Sets small area codes (exact match). (Up to 5 codes can be specified. If 6 or more codes are specified, the 6th and subsequent codes will be ignored.)

    memberof

    SmallArea

    Parameters

    • Rest ...codes: string[]

      Small area codes.

    Returns SmallArea

    {this}

  • Specify the number of search results to start outputting.

    memberof

    SmallArea

    Parameters

    • start: number

      The number of search results to start outputting.

    Returns SmallArea

    {this}

Generated using TypeDoc