Interface DictionaryServiceGeographicLocation

DictionaryServiceGeographicLocationオブジェクトは、地域情報を格納します。
DictionaryServiceGeographicLocation contains geographic location information.

Hierarchy

  • DictionaryServiceGeographicLocation

Properties

Memberof

DictionaryServiceGeographicLocation

code?: null | string
地域コードです。
Geographic code.

Memberof

DictionaryServiceGeographicLocation

fullName?: null | string
地域名(都道府県名からすべて)です。
Name of places (Prefecture and all).

Memberof

DictionaryServiceGeographicLocation

geographicLocationStatus?: null | DictionaryServiceGeographicLocationStatus

Memberof

DictionaryServiceGeographicLocation

name?: null | string
地域名(市区町村のみ)です。
Name of places (city only).

Memberof

DictionaryServiceGeographicLocation

order?: null | string
並び順です。
下記の順序に基づいた連番となります。
都道府県は北海道、青森、・・・・沖縄の順
都道府県配下の市区町村は五十音順
Order of list

Sequential number based on the order below.

- Prefecture is in order of Hokkaido, Aomori to Okinawa. (North to South)

- Cities under prefecture are listed in the order of the 50-character Japanese kana syllabary.

Memberof

DictionaryServiceGeographicLocation

parent?: null | string
上位地域コードです。
Parent geographic code.

Memberof

DictionaryServiceGeographicLocation