Skip to content

MglLogoControl

Render Logo Control

See LogoControl

typescript
import { MglLogoControl } from '@indoorequal/vue-maplibre-gl';

Props

position

  • Type: ControlPosition
  • Required: false
  • Default: undefined

Position on the map to which the control will be added. Valid values are 'top-left', 'top-right', 'bottom-left', and 'bottom-right'. Defaults to 'bottom-left'.

compact

  • Type: boolean
  • Required: false
  • Default: undefined

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.

Source

See source.

Released under the MIT License.