Clarify that ol.Coordinate is for xy coordinates

Docs only; no logic change
This commit is contained in:
Peter Robins
2014-05-28 17:40:23 +01:00
parent 3bf1b36a72
commit 2683f08bd2

View File

@@ -17,7 +17,7 @@ ol.CoordinateFormatType;
/**
* An array of numbers representing a coordinate. Example: `[16, 48]`.
* An array of numbers representing an xy coordinate. Example: `[16, 48]`.
* @typedef {Array.<number>} ol.Coordinate
* @todo api
*/