Add GeoJSONFeature#id to externs file

This commit is contained in:
Tom Payne
2013-11-11 19:13:32 +01:00
parent 30503f5665
commit 8edefc3fee

View File

@@ -95,6 +95,12 @@ var GeoJSONFeature = function() {};
GeoJSONFeature.prototype.geometry;
/**
* @type {number|string|undefined}
*/
GeoJSONFeature.prototype.id;
/**
* @type {Object.<string, *>}
*/