There was an error while loading. Please reload this page.
1 parent ae66cdb commit 229574bCopy full SHA for 229574b
1 file changed
index.html
@@ -943,7 +943,17 @@ <h2>
943
<ol data-cite="infra">
944
<li>Let |positionData| be a [=map=] with the following
945
name/value pairs based on the acquired position data:
946
- <dl>
+ <dl data-sort="">
947
+ <dt>
948
+ "latitude"
949
+ </dt>
950
+ <dd>
951
+ A {{double}} that represents the latitude
952
+ coordinates on the Earth's surface in degrees,
953
+ using the [[WGS84]] coordinate system. Latitude
954
+ measures how far north or south a point is from the
955
+ Equator.
956
+ </dd>
957
<dt>
958
"longitude"
959
</dt>
0 commit comments