Rename ol.geom.VertexArray to ol.CoordinateArray
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
goog.provide('ol.Coordinate');
|
||||
goog.provide('ol.CoordinateArray');
|
||||
goog.provide('ol.CoordinateFormatType');
|
||||
goog.provide('ol.coordinate');
|
||||
|
||||
@@ -18,6 +19,13 @@ ol.CoordinateFormatType;
|
||||
ol.Coordinate;
|
||||
|
||||
|
||||
/**
|
||||
* An array of coordinate arrays.
|
||||
* @typedef {Array.<ol.Coordinate>}
|
||||
*/
|
||||
ol.CoordinateArray;
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.Coordinate} coordinate Coordinate.
|
||||
* @param {ol.Coordinate} delta Delta.
|
||||
|
||||
Reference in New Issue
Block a user