com.supermap.realspace

Class FlyingMode



  • public class FlyingMode
    extends Enum
    The enumeration defines the type constant of the flight mode, to set the way that flying to the specific location.
    • Field Detail

      • FLYINGTO

        public static final FlyingMode FLYINGTO
        The camera switches to the specified point immediately.
      • FLYINGPLAY

        public static final FlyingMode FLYINGPLAY
        The camera shifts to the specified point by flying.
      • FLYINGCIRCLE

        public static final FlyingMode FLYINGCIRCLE
        The camera moves around the specified point.