diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/api/geolocationcoordinates/latitude | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/web/api/geolocationcoordinates/latitude')
-rw-r--r-- | files/zh-cn/web/api/geolocationcoordinates/latitude/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/geolocationcoordinates/latitude/index.html b/files/zh-cn/web/api/geolocationcoordinates/latitude/index.html new file mode 100644 index 0000000000..f49c927a07 --- /dev/null +++ b/files/zh-cn/web/api/geolocationcoordinates/latitude/index.html @@ -0,0 +1,45 @@ +--- +title: Coordinates.latitude +slug: Web/API/GeolocationCoordinates/latitude +translation_of: Web/API/GeolocationCoordinates/latitude +--- +<div>{{securecontext_header}}{{APIRef("Geolocation API")}}</div> + +<p><code><strong>Coordinates.latitude</strong></code> 只读属性,<span class="ask-title">十进制双精度浮点数来表示纬度坐标</span></p> + +<h2 id="语法">语法</h2> + +<pre class="syntaxbox"><em>lat</em> = <code><em>coordinates</em><code>.latitude</code></code> +</pre> + +<h2 id="规范">规范</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">规范</th> + <th scope="col">状态</th> + <th scope="col">说明</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('Geolocation', '#lat', 'Coordinates.latitude')}}</td> + <td>{{Spec2('Geolocation')}}</td> + <td>Initial specification.</td> + </tr> + </tbody> +</table> + +<h2 id="浏览器兼容">浏览器兼容</h2> + + + +<p>{{Compat("api.Coordinates.latitude")}}</p> + +<h2 id="相关链接">相关链接</h2> + +<ul> + <li><a href="/en-US/docs/WebAPI/Using_geolocation">Using geolocation</a></li> + <li>The {{domxref("Coordinates")}} interface it belongs to.</li> +</ul> |