Merge pull request #754 from ahocevar/geom-doc

Exposing ol.geom.GeometryType
This commit is contained in:
ahocevar
2013-05-31 14:05:22 -07:00
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
@exportSymbol ol.geom.GeometryType
@exportSymbol ol.geom.Point
@exportSymbol ol.geom.LineString
@exportSymbol ol.geom.Polygon
+3
View File
@@ -0,0 +1,3 @@
/**
* @namespace ol.geom
*/
+2
View File
@@ -57,6 +57,8 @@ ol.geom.Geometry.prototype.getType = goog.abstractMethod;
/**
* Geometry types.
*
* @enum {string}
*/
ol.geom.GeometryType = {