LayerOptions constructor

const LayerOptions({
  1. bool active = true,
  2. bool nightModeAvailable = true,
  3. bool cacheable = false,
  4. bool animateOnActivation = false,
  5. Duration tileAppearingAnimationDuration = const core.Duration(milliseconds: 400),
  6. OverzoomMode overzoomMode = mapkit_layers_overzoom_mode.OverzoomMode.Disabled,
  7. bool transparent = false,
  8. bool versionSupport = true,
})

Implementation

const LayerOptions({
  this.active = true,
  this.nightModeAvailable = true,
  this.cacheable = false,
  this.animateOnActivation = false,
  this.tileAppearingAnimationDuration =
      const core.Duration(milliseconds: 400),
  this.overzoomMode = mapkit_layers_overzoom_mode.OverzoomMode.Disabled,
  this.transparent = false,
  this.versionSupport = true,
});