Geolocation docs
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user