Geolocation docs

This commit is contained in:
Tim Schaub
2015-04-04 11:25:02 +02:00
parent c6a330e886
commit 3ef5329bd9

View File

@@ -323,8 +323,8 @@ goog.exportProperty(
/** /**
* Are we tracking the user's position? * Determine if the device location is being tracked.
* @return {boolean} Whether to track the device's position. * @return {boolean} The device location is being tracked.
* @observable * @observable
* @api stable * @api stable
*/ */
@@ -342,8 +342,8 @@ goog.exportProperty(
* Get the tracking options. * Get the tracking options.
* @see http://www.w3.org/TR/geolocation-API/#position-options * @see http://www.w3.org/TR/geolocation-API/#position-options
* @return {GeolocationPositionOptions|undefined} PositionOptions as defined by * @return {GeolocationPositionOptions|undefined} PositionOptions as defined by
* the HTML5 Geolocation spec at * the [HTML5 Geolocation spec
* {@link http://www.w3.org/TR/geolocation-API/#position_options_interface} * ](http://www.w3.org/TR/geolocation-API/#position_options_interface).
* @observable * @observable
* @api stable * @api stable
*/ */
@@ -374,8 +374,8 @@ goog.exportProperty(
/** /**
* Enable/disable tracking. * Enable or disable tracking.
* @param {boolean} tracking Whether to track the device's position. * @param {boolean} tracking Enable tracking.
* @observable * @observable
* @api stable * @api stable
*/ */
@@ -392,8 +392,8 @@ goog.exportProperty(
* Set the tracking options. * Set the tracking options.
* @see http://www.w3.org/TR/geolocation-API/#position-options * @see http://www.w3.org/TR/geolocation-API/#position-options
* @param {GeolocationPositionOptions} options PositionOptions as defined by the * @param {GeolocationPositionOptions} options PositionOptions as defined by the
* HTML5 Geolocation spec at * [HTML5 Geolocation spec
* {@link http://www.w3.org/TR/geolocation-API/#position_options_interface} * ](http://www.w3.org/TR/geolocation-API/#position_options_interface).
* @observable * @observable
* @api stable * @api stable
*/ */