EarthSDK
    正在准备搜索索引...
    • 返回 {
          debug: boolean;
          enabled: boolean;
          firstControlPointImageUrl: string;
          hideCursorInfo: boolean;
          loop: boolean;
          maxPointsNum: number;
          middlePointShow: boolean;
          moveWithFirstPosition: boolean;
          otherControlPointImageUrl: string;
          polylineArcType: ESJArcType;
          polylineColor: ReactiveVariable<ESJVector4D>;
          polylineShow: boolean;
          polylineWidth: number;
          visibilityPositions: ReactiveVariable<
              undefined
              | [number, number, number][][],
          >;
      }