GeolocationPosition
Secure context
This feature is available only in secure contexts (en-US) (HTTPS), in some or all supporting browsers.
GeolocationPosition
인터페이스는 주어진 시간에 장치가 위치한 지점을 나타냅니다. 지점은 Coordinates
(en-US) 객체로 표현하여, 지구를 나타내는 회전타원체 위의 2D 위치와 더불어 높이와 속도 정보를 담습니다.
속성
GeolocationPosition
인터페이스는 어떤 속성도 상속하지 않습니다.
Position.coords
(en-US) Read only Secure context- 주어진 시간의 위치를 나타내는
Coordinates
(en-US) 객체입니다. Position.timestamp
(en-US) Read only Secure context- 위치를 기록한 시간을 나타내는
DOMTimeStamp
(en-US)입니다.
메서드
GeolocationPosition
인터페이스는 어떤 메서드도 상속하거나 구현하지 않습니다.
명세
Specification | Status | Comment |
---|---|---|
Geolocation API The definition of 'Position' in that specification. |
Recommendation | Initial specification. |
브라우저 호환성
BCD tables only load in the browser
같이 보기
- 위치정보 사용하기
- 이 인터페이스를 사용하는
Geolocation
인터페이스.