Document raw geometry types

This commit is contained in:
Andreas Hocevar
2014-05-06 11:58:01 -05:00
parent 3f2f7e3603
commit e6dbb61d68
2 changed files with 15 additions and 2 deletions

View File

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