Remove unused ol.CoordinateArray typedef
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
goog.provide('ol.Coordinate');
|
||||
goog.provide('ol.CoordinateArray');
|
||||
goog.provide('ol.CoordinateFormatType');
|
||||
goog.provide('ol.coordinate');
|
||||
|
||||
@@ -24,14 +23,6 @@ ol.CoordinateFormatType;
|
||||
ol.Coordinate;
|
||||
|
||||
|
||||
/**
|
||||
* An array of coordinate arrays.
|
||||
* @typedef {Array.<ol.Coordinate>}
|
||||
* @api
|
||||
*/
|
||||
ol.CoordinateArray;
|
||||
|
||||
|
||||
/**
|
||||
* Add `delta` to `coordinate`. `coordinate` is modified in place and returned
|
||||
* by the function.
|
||||
|
||||
Reference in New Issue
Block a user