Add export for ol.geom.LineString#getLength

This commit is contained in:
oterral
2014-01-14 17:31:07 +01:00
parent 50a322208a
commit b920f51010

View File

@@ -1,5 +1,6 @@
@exportSymbol ol.geom.LineString
@exportProperty ol.geom.LineString.prototype.clone
@exportProperty ol.geom.LineString.prototype.getCoordinates
@exportProperty ol.geom.LineString.prototype.getLength
@exportProperty ol.geom.LineString.prototype.getType
@exportProperty ol.geom.LineString.prototype.setCoordinates