미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
prop=coordinates (co)
- 이 모듈은 read 권한을 요구합니다.
- 출처: GeoData
- 라이선스: WTFPL
주어진 문서의 지리 좌표를 반환합니다.
변수:
- colimit
반환할 좌표의 수.
- 유형: 정수 또는 max
- The value must be between 1 and 500.
- 기본값: 10
- cocontinue
더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.
- coprop
Which additional coordinate properties to return.
- 값 (|로 구분): country, dim, globe, name, region, type 또는 다른 문자열: country, dim, globe, name, region, type
- 기본값: globe
- coprimary
Whether to return only primary coordinates ("primary"), secondary ("secondary") or both ("all").
- 다음 값 중 하나: all, primary, secondary 또는 다른 문자열: all, primary, secondary
- 기본값: primary
- codistancefrompoint
Return distance in meters from the geographical coordinates of every valid result from the given coordinates.
형식: 위도와 경도를 파이프("|")로 구분합니다.
- codistancefrompage
Return distance in meters from the geographical coordinates of every valid result from the coordinates of this page.
예시:
- Get a list of coordinates of the Main Page
- api.php?action=query&prop=coordinates&titles=Main%20Page [연습장에서 열기]