interface HTMLMarkerLayerOptions {
    classNames?: string[];
    visible?: boolean;
}

Properties

classNames?: string[]
visible?: boolean