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