Last updated

API / geotoolkit / scene / HTMLOverlay / HTMLOverlay

Namespace: HTMLOverlay

scene.HTMLOverlay.HTMLOverlay

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

HTMLOverlay options

Type declaration

NameTypeDescription
ax?numberx coordinate in model space
ay?numbery coordinate in model space
element?HTMLElementHTMLElement to display
height?numberheight in model space, only works with sizeisindevicespace = false
offset?{ x?: number ; y?: number } | PointOffset in device space
sizeisindevicespace?booleanWhether if size is in device space. If true, options width and height will be ingored.
width?numberwidth in model space, only works with sizeisindevicespace = false