Better docs for ol.Overlay#positioning
This commit is contained in:
+4
-1
@@ -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}
|
* @type {ol.OverlayPositioning|string|undefined}
|
||||||
*/
|
*/
|
||||||
olx.OverlayOptions.prototype.positioning;
|
olx.OverlayOptions.prototype.positioning;
|
||||||
|
|||||||
Reference in New Issue
Block a user