API / geotoolkit / scene / HTMLOverlay / HTMLOverlay
scene.HTMLOverlay.HTMLOverlay
Type Aliases
Type Aliases
Ƭ Options: Object
HTMLOverlay options
| Name | Type | Description |
|---|---|---|
ax? | number | x coordinate in model space |
ay? | number | y coordinate in model space |
element? | HTMLElement | HTMLElement to display |
height? | number | height in model space, only works with sizeisindevicespace = false |
offset? | { x?: number ; y?: number } | Point | Offset in device space |
sizeisindevicespace? | boolean | Whether if size is in device space. If true, options width and height will be ingored. |
width? | number | width in model space, only works with sizeisindevicespace = false |