Add options to ol.Geolocation constructor

This commit is contained in:
Tom Payne
2013-04-20 16:44:16 +02:00
parent 945d2f6f5d
commit be7228f78e
2 changed files with 22 additions and 3 deletions
+7
View File
@@ -1,3 +1,10 @@
/**
* @typedef {Object} ol.GeolocationOptions
* @property {boolean|undefined} tracking Tracking.
* @property {GeolocationPositionOptions|undefined} trackingOptions Tracking options.
* @property {ol.ProjectionLike} projection Projection.
*/
/**
* Object literal with config options for the map.
* @typedef {Object} ol.MapOptions