Add basic docs for kmlformat
This commit is contained in:
@@ -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.
|
* @param {Document|Node|string} source Souce.
|
||||||
* @return {string|undefined} Name.
|
* @return {string|undefined} Name.
|
||||||
* @api stable
|
* @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.
|
* @return {Array.<Object>} Network links.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user