On this page
Properties

Type Alias LogoControlOptions

The LogoControl options object

type LogoControlOptions = {
    compact?: boolean;
}
Index

Properties

Properties

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.

Was this helpful?
SDK JS
Reference
LogoControlOptions