Type Alias gmfDisclaimerOptions

gmfDisclaimerOptions: {
    external?: boolean;
    layerVisibility?: boolean;
    popup?: boolean;
}

The disclaimers options

Type declaration

  • Optionalexternal?: boolean

    Whether to use disclaimer messages elsewhere or not. Default to false. If true, you should use the externalMessage and the externalVisibility too.

  • OptionallayerVisibility?: boolean

    Only display the disclaimer if the layer is visible. Defaults to true.

  • Optionalpopup?: boolean

    Whether to show the disclaimer messages in popups or not. Defaults to false.