Minor apidoc updates

This commit is contained in:
Frederic Junod
2013-10-08 09:04:50 +02:00
parent aca022df6e
commit 307e2d936c
3 changed files with 5 additions and 5 deletions

View File

@@ -7,12 +7,12 @@
/**
* @typedef {Object} ol.DeviceOrientationOptions
* @property {boolean|undefined} tracking Tracking.
* @property {boolean|undefined} tracking Start tracking. Default is false.
*/
/**
* @typedef {Object} ol.GeolocationOptions
* @property {boolean|undefined} tracking Tracking.
* @property {boolean|undefined} tracking Start Tracking. Default is false.
* @property {GeolocationPositionOptions|undefined} trackingOptions Tracking options.
* @property {ol.proj.ProjectionLike} projection Projection.
*/