The Position interface represents the position of the concerned
at a given time. The position, represented by a web.Coordinates
comprehends the 2D position of the device, on a spheroid representing
Earth, but also its altitude and its speed.
The Position interface represents the position of the concerned at a given time. The position, represented by a `web.Coordinates` comprehends the 2D position of the device, on a spheroid representing Earth, but also its altitude and its speed.
(coords this)
Property.
The Position.coords read-only property, a web.Coordinates
object,
a geographic attitude: it contains the location, that is longitude
latitude on the Earth, the altitude, and the speed of the object
regrouped inside the returned value. It also contains accuracy
about these values.
coord = position.coords
See also: https://developer.mozilla.org/en-US/docs/Web/API/Position/coords
Property. The Position.coords read-only property, a `web.Coordinates` object, a geographic attitude: it contains the location, that is longitude latitude on the Earth, the altitude, and the speed of the object regrouped inside the returned value. It also contains accuracy about these values. `coord = position.coords` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Position/coords`
(set-coords! this val)
Property.
The Position.coords read-only property, a web.Coordinates
object,
a geographic attitude: it contains the location, that is longitude
latitude on the Earth, the altitude, and the speed of the object
regrouped inside the returned value. It also contains accuracy
about these values.
coord = position.coords
See also: https://developer.mozilla.org/en-US/docs/Web/API/Position/coords
Property. The Position.coords read-only property, a `web.Coordinates` object, a geographic attitude: it contains the location, that is longitude latitude on the Earth, the altitude, and the speed of the object regrouped inside the returned value. It also contains accuracy about these values. `coord = position.coords` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Position/coords`
(set-timestamp! this val)
Property.
The Position.timestamp read-only property, a dom.DOMTimeStamp
represents the date and the time of the creation of the web.Position
it belongs to. The precision is to the millisecond.
var timestamp = position.timestamp
See also: https://developer.mozilla.org/en-US/docs/Web/API/Position/timestamp
Property. The Position.timestamp read-only property, a `dom.DOMTimeStamp` represents the date and the time of the creation of the `web.Position` it belongs to. The precision is to the millisecond. `var timestamp = position.timestamp` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Position/timestamp`
(timestamp this)
Property.
The Position.timestamp read-only property, a dom.DOMTimeStamp
represents the date and the time of the creation of the web.Position
it belongs to. The precision is to the millisecond.
var timestamp = position.timestamp
See also: https://developer.mozilla.org/en-US/docs/Web/API/Position/timestamp
Property. The Position.timestamp read-only property, a `dom.DOMTimeStamp` represents the date and the time of the creation of the `web.Position` it belongs to. The precision is to the millisecond. `var timestamp = position.timestamp` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Position/timestamp`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close