Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MiddleArea

Index

Constructors

Properties

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

Methods

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

    memberof

    MiddleArea

    Parameters

    • count: number

      The number of search results to be output from.

    Returns MiddleArea

    {this}

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

    memberof

    MiddleArea

    Parameters

    • keyword: string

      Middle area name.

    Returns MiddleArea

    {this}

  • Sets large area code (exact match). (Up to 3 codes can be specified. If more than 4 codes are specified, the fourth and subsequent codes will be ignored.)

    memberof

    MiddleArea

    Parameters

    • Rest ...codes: string[]

      Large area codes.

    Returns MiddleArea

    {this}

  • Sets middle area code (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

    MiddleArea

    Parameters

    • Rest ...codes: string[]

      Middle area codes.

    Returns MiddleArea

    {this}

  • Specify the number of search results to start outputting.

    memberof

    MiddleArea

    Parameters

    • start: number

      The number of search results to start outputting.

    Returns MiddleArea

    {this}

Generated using TypeDoc