@@ -38,19 +38,21 @@ false
3838
3939
4040Returns:
41- Location - a comma separated list of the latitude, longitude and
41+ - Location - a comma separated list of the latitude, longitude and
4242altitude of the device. If any of these readings are not available, an
4343empty item will be returned in its place. If <detailed> is true an array
4444containing the keys latitude, longitude, altitude, timestamp, horizontal
45- accuracy and vertical accuracy is returned. Heading - the heading of the
45+ accuracy and vertical accuracy is returned.
46+ - Heading - the heading of the
4647device in degrees. If <detailed> is true an array containing the keys
4748heading, magnetic heading, true heading, timestamp, x, y, z and accuracy
48- is returned. Acceleration - a comma separated list of the acceleration
49+ is returned.
50+ - Acceleration - a comma separated list of the acceleration
4951in the x, y and z axes. If <detailed> is true an array containing the
50- keys x, y, z and timestamp is returned. Rotation Rate - a comma
51- separated list of the rate of rotation around the x, y and z axes. If
52- <detailed> is true an array containin the keys x, y, z and timestamp is
53- returned.
52+ keys x, y, z and timestamp is returned.
53+ - Rotation Rate - a comma separated list of the rate of rotation
54+ around the x, y and z axes. If <detailed> is true an array containing
55+ the keys x, y, z and timestamp is returned.
5456
5557Description:
5658Use the <mobileSensorReading> function to fetch a reading from the named
0 commit comments