Liking cljdoc? Tell your friends :D

web.geolocation.Coordinates

The Coordinates interface represents the position and altitude the device on Earth, as well as the accuracy with which these are calculated.

The Coordinates interface represents the position and altitude
the device on Earth, as well as the accuracy with which these
are calculated.
raw docstring

web.geolocation.core

web.geolocation interfaces.

web.geolocation interfaces.
raw docstring

No vars found in this namespace.

web.geolocation.Geolocation

The Geolocation interface represents an object able to programmatically the position of the device. It gives Web content access to the of the device. This allows a Web site or app to offer customized based on the user's location.

The Geolocation interface represents an object able to programmatically
the position of the device. It gives Web content access to the
of the device. This allows a Web site or app to offer customized
based on the user's location.
raw docstring

web.geolocation.NavigatorGeolocation

NavigatorGeolocation contains a creation method allowing objects it to obtain a web.geolocation.Geolocation instance.

NavigatorGeolocation contains a creation method allowing objects
it to obtain a `web.geolocation.Geolocation` instance.
raw docstring

web.geolocation.Position

The Position interface represents the position of the concerned at a given time. The position, represented by a web.geolocation.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.geolocation.Coordinates`
comprehends the 2D position of the device, on a spheroid representing
Earth, but also its altitude and its speed.
raw docstring

web.geolocation.PositionError

The PositionError interface represents the reason of an error when using the geolocating device.

The PositionError interface represents the reason of an error
when using the geolocating device.
raw docstring

web.geolocation.PositionOptions

The PositionOptions interface describes an object containing properties to pass as a parameter of Geolocation.getCurrentPosition() Geolocation.watchPosition().

The PositionOptions interface describes an object containing
properties to pass as a parameter of `Geolocation.getCurrentPosition()`
`Geolocation.watchPosition()`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close