From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/api/geolocationposition/index.html | 62 +++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 files/ko/web/api/geolocationposition/index.html (limited to 'files/ko/web/api/geolocationposition/index.html') diff --git a/files/ko/web/api/geolocationposition/index.html b/files/ko/web/api/geolocationposition/index.html new file mode 100644 index 0000000000..c941b7f961 --- /dev/null +++ b/files/ko/web/api/geolocationposition/index.html @@ -0,0 +1,62 @@ +--- +title: GeolocationPosition +slug: Web/API/GeolocationPosition +tags: + - API + - Geolocation API + - GeolocationPosition + - Interface + - Reference + - Secure context +translation_of: Web/API/GeolocationPosition +--- +
{{securecontext_header}}{{APIRef("Geolocation API")}}
+ +

GeolocationPosition 인터페이스는 주어진 시간에 장치가 위치한 지점을 나타냅니다. 지점은 {{domxref("Coordinates")}} 객체로 표현하여, 지구를 나타내는 회전타원체 위의 2D 위치와 더불어 높이와 속도 정보를 담습니다.

+ +

속성

+ +

GeolocationPosition 인터페이스는 어떤 속성도 상속하지 않습니다.

+ +
+
{{domxref("Position.coords")}} {{readonlyInline}} {{securecontext_inline}}
+
주어진 시간의 위치를 나타내는 {{domxref("Coordinates")}} 객체입니다.
+
{{domxref("Position.timestamp")}} {{readonlyInline}} {{securecontext_inline}}
+
위치를 기록한 시간을 나타내는 {{domxref("DOMTimeStamp")}}입니다.
+
+ +

메서드

+ +

GeolocationPosition 인터페이스는 어떤 메서드도 상속하거나 구현하지 않습니다.

+ +

명세

+ + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('Geolocation', '#position', 'Position')}}{{Spec2('Geolocation')}}Initial specification.
+ +

브라우저 호환성

+ + + +

{{Compat("api.GeolocationPosition")}}

+ +

같이 보기

+ + -- cgit v1.2.3-54-g00ecf