Better documentation for ol.render.Feature#getGeometry

This commit is contained in:
Andreas Hocevar
2017-05-16 08:43:08 +02:00
parent 142f16afe4
commit ac19d4d19c

View File

@@ -119,7 +119,8 @@ ol.render.Feature.prototype.getFlatCoordinates =
/** /**
* Get the feature for working with its geometry. * For API compatibility with {@link ol.Feature}, this method is useful when
* determining the geometry type in style function (see {@link #getType}).
* @return {ol.render.Feature} Feature. * @return {ol.render.Feature} Feature.
* @api * @api
*/ */