Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-XYZ committed Jan 15, 2025
1 parent 22755df commit 85e4d5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/zh-tw/web/api/geolocationcoordinates/accuracy/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
title: GeolocationCoordinates:accuracy 屬性
short-title: accuracy
slug: Web/API/GeolocationCoordinates/accuracy
l10n:
sourceCommit: 066d55a090927fa19ba19c2a4b2417470e1a979f
---

{{securecontext_header}}{{APIRef("Geolocation API")}}

{{domxref("GeolocationCoordinates")}} 介面 **`accuracy`** 唯讀屬性表示 {{domxref("GeolocationCoordinates.latitude")}} 和 {{domxref("GeolocationCoordinates.longitude")}} 屬性的準確度,以公尺為單位,並具有 95% 的可信度。
{{domxref("GeolocationCoordinates")}} 介面的 **`accuracy`** 唯讀屬性是一個正 `double` 值,表示 {{domxref("GeolocationCoordinates.latitude")}} 和 {{domxref("GeolocationCoordinates.longitude")}} 屬性的準確度,以公尺為單位,並具有 95% 的可信度。

##

Expand Down

0 comments on commit 85e4d5c

Please sign in to comment.