Better docs for ol.Overlay#positioning

This commit is contained in:
Éric Lemoine
2014-06-19 09:57:58 +02:00
parent d1d8d5f96c
commit dced47157e

View File

@@ -238,7 +238,10 @@ olx.OverlayOptions.prototype.position;
/**
* Positioning.
* Defines how the overlay is actually positioned with respect to its `position`
* property. Possible values are `'bottom-left'`, `'bottom-center'`,
* `'bottom-right'`, `'center-left'`, `'center-center'`, `'center-right'`,
* `'top-left'`, `'top-center'`, and `'top-right'`. Default is `'top-left'`.
* @type {ol.OverlayPositioning|string|undefined}
*/
olx.OverlayOptions.prototype.positioning;