MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=geosearch (gs)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: GeoData
- ライセンス: WTFPL
Returns pages having coordinates that are located in a certain area.
- gscoord
Coordinate around which to search.
Format: Latitude and longitude separated by pipe (|).
- gspage
Title of page around which to search.
- gsbbox
Bounding box to search in: pipe (|) separated coordinates of top left and bottom right corners.
- gsradius
Search radius in meters.
- 型: 整数
- 値は10以上10,000以下です。
- 既定: 500
- gsmaxdim
Restrict search to objects no larger than this, in meters.
- 型: 整数
- gssort
Set the sort order of returned results.
- distance
- Rank pages by their distance to the center.
- relevance
- Rank pages by their relevance according to CirrusSearch, similar to how Special:Search does it. Currently only supported on wikis that use the ElasticSearch backend, see mw:Extension:GeoData#Search backends.
- 値 (次の値のいずれか1つ): distance、relevance
- 既定: distance
- gslimit
Maximum number of pages to return.
- 型: 整数または max
- 値は1以上500以下です。
- 既定: 10
- gsglobe
Globe to search on. See mw:Special:MyLanguage/Extension:GeoData#Glossary for details.
- 値 (次の値のいずれか1つ): earth
- 既定: earth
- gsnamespace
Namespaces to search.
- 値 (| または別の文字列で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15、100、101、102、103、126、127、710、711、828、829
- すべての値を指定するには、*を用いてください。
- 既定: 0
- gsprop
Which additional coordinate properties to return. (Properties that are always returned: lat, lon, and either primary or secondary as a boolean flag.)
- type
- Type of the object the coordinates point to. See mw:Special:MyLanguage/Extension:GeoData#Usage for details.
- name
- Name of the object.
- dim
- Approximate size of the object in meters.
- country
- ISO 3166-1 alpha-2 country code (e.g. US or RU).
- region
- ISO 3166-2 region code (the part of the ISO 3166-2 code after the dash; e.g. FL or MOS).
- globe
- Which terrestrial body the coordinates are relative to (e.g. moon or pluto). Defaults to Earth. See mw:Special:MyLanguage/Extension:GeoData#Glossary for details.
- 値 (| または別の文字列で区切る): country、dim、globe、name、region、type
- 既定: globe
- gsprimary
Which kind of coordinates to return.
- primary
- The location of the subject of the article. There is at most one primary coordinate per title.
- secondary
- The location of some object that's mentioned in the article. Any number of secondary coordinates can be associated with a title.
- all
- Return both primary and secondary coordinates.
- 値 (次の値のいずれか1つ): all、primary、secondary
- 既定: primary
- gsdebug
Whether debug information should be returned.
- 型: 真偽値 (詳細)
- Search around the point with coordinates 37° 47′ 13.1″ N, 122° 23′ 58.84″ W
- api.php?action=query&list=geosearch&gsradius=10000&gscoord=37.786971|-122.399677 [サンドボックスで開く]
- Search in a bounding box
- api.php?action=query&list=geosearch&gsbbox=37.8|-122.3|37.7|-122.4 [サンドボックスで開く]