Module: cercaliagl/Popup


Classes

Popup

Type Definitions

PopupOptions{Object}

Properties:
Name Type Argument Description
title string <optional>

Title. If not specified. Element won't be created.

content string | HTMLElement
className string <optional>

Class name for CSS styling. Default empty.

visible boolean <optional>

Visible or not. Default false.

anchor Array.<number> <optional>

Anchor.

offset Array.<number> | number <optional>

Offset. You should change it if Marker icon has different size than default icon.

maxWidth number | string <optional>

Max width in pixels. Or none value, to disable id.

closeOnTime_ number <optional>

If > 0, close the popup on the miliseconds specified.