Shared module for overlay positioning enum
This commit is contained in:
@@ -338,7 +338,7 @@ olx.AtPixelOptions.prototype.hitTolerance;
|
||||
* element: (Element|undefined),
|
||||
* offset: (Array.<number>|undefined),
|
||||
* position: (ol.Coordinate|undefined),
|
||||
* positioning: (ol.Overlay.Positioning|string|undefined),
|
||||
* positioning: (ol.OverlayPositioning|string|undefined),
|
||||
* stopEvent: (boolean|undefined),
|
||||
* insertFirst: (boolean|undefined),
|
||||
* autoPan: (boolean|undefined),
|
||||
@@ -389,7 +389,7 @@ olx.OverlayOptions.prototype.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.Overlay.Positioning|string|undefined}
|
||||
* @type {ol.OverlayPositioning|string|undefined}
|
||||
* @api stable
|
||||
*/
|
||||
olx.OverlayOptions.prototype.positioning;
|
||||
|
||||
Reference in New Issue
Block a user