Type alias LogoControlOptions

LogoControlOptions: {
    compact?: boolean;
}

The LogoControl options object

Type declaration

  • Optional compact?: boolean

    If true, force a compact logo. If false, force the full logo. The default is a responsive logo that collapses when the map is less than 640 pixels wide.