LayerOptions constructor
const
LayerOptions({
- bool active = true,
- bool nightModeAvailable = true,
- bool cacheable = false,
- bool animateOnActivation = false,
- Duration tileAppearingAnimationDuration = const core.Duration(milliseconds: 400),
- OverzoomMode overzoomMode = mapkit_layers_overzoom_mode.OverzoomMode.Disabled,
- bool transparent = false,
- 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,
});