Table of Contents

Enum FlyToArcMode

Namespace
LansMap.Core.Control

Chooses when FlyTo takes the van Wijk zoom-out-then-in arc instead of a direct interpolation.

public enum FlyToArcMode

Fields

Always = 2

Always arc, even for short or zoom-only moves.

Auto = 0

Arc only when the pan distance clears the geometric gate.

Never = 1

Never arc; always the direct interpolation.

Remarks

Auto is the default: the arc plays only for jumps far enough outside the current viewport that flying straight there would be disorienting. Never always uses the direct path; Always always uses the arc, including for zoom-only or nearby moves.