Add GeoJSONFeature#id to externs file
This commit is contained in:
@@ -95,6 +95,12 @@ var GeoJSONFeature = function() {};
|
||||
GeoJSONFeature.prototype.geometry;
|
||||
|
||||
|
||||
/**
|
||||
* @type {number|string|undefined}
|
||||
*/
|
||||
GeoJSONFeature.prototype.id;
|
||||
|
||||
|
||||
/**
|
||||
* @type {Object.<string, *>}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user