Add basic docs for kmlformat

This commit is contained in:
Marc Jansen
2015-04-23 13:31:26 +02:00
parent 70b0406c50
commit 4c6289278b

View File

@@ -1822,6 +1822,8 @@ ol.format.KML.prototype.readFeaturesFromNode = function(node, opt_options) {
/**
* Read the name of the KML.
*
* @param {Document|Node|string} source Souce.
* @return {string|undefined} Name.
* @api stable
@@ -1889,7 +1891,9 @@ ol.format.KML.prototype.readNameFromNode = function(node) {
/**
* @param {Document|Node|string} source Souce.
* Read the network links of the KML.
*
* @param {Document|Node|string} source Source.
* @return {Array.<Object>} Network links.
* @api
*/