GeolocationCoordinates
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
GeolocationCoordinates
인터페이스는 지구상에서의 장치 위치와 고도, 그리고 이 정보들의 정확도를 나타냅니다.
인스턴스 속성
GeolocationCoordinates
인터페이스는 어떤 속성도 상속하지 않습니다.
GeolocationCoordinates.latitude
읽기 전용 Secure context-
위치의 위도를 도(°) 단위의
double
로 반환합니다. GeolocationCoordinates.longitude
읽기 전용 Secure context-
위치의 경도를 도(°) 단위의
double
로 반환합니다. GeolocationCoordinates.altitude
읽기 전용 Secure context-
위치의 해발고도를 미터 단위의
double
로 반환합니다. 구현체가 고도 데이터를 제공하지 못하면null
입니다. GeolocationCoordinates.accuracy
읽기 전용 Secure context-
latitude
와longitude
의 오차범위를 미터 단위의double
로 반환합니다. GeolocationCoordinates.altitudeAccuracy
읽기 전용 Secure context-
altitude
의 오차범위를 미터 단위의double
로 반환합니다. 이 값은null
일 수 있습니다. GeolocationCoordinates.heading
읽기 전용 Secure context-
장치가 향한 방위를 나타내는
double
을 반환합니다. 진북(真北)에서 벗어난 각도를 도(°) 단위로 표현한 값으로, 진북인0
부터 시계방향(동쪽은90
도, 서쪽은270
도)으로 나아갑니다.speed
가0
이면heading
은NaN
입니다. 장치가heading
을 제공하지 못하면null
입니다. GeolocationCoordinates.speed
읽기 전용 Secure context-
장치의 속도를 초속 미터 단위의
double
로 반환합니다. 이 값은null
일 수 있습니다.
인스턴스 메서드
GeolocationCoordinates
인터페이스는 어떤 메서드도 상속하거나 구현하지 않습니다.
명세서
Specification |
---|
Geolocation # coordinates_interface |
브라우저 호환성
BCD tables only load in the browser