GreatCircleOptions: {
    npoints?: number;
    offset?: number;
    properties?: Object;
}

greatCircle 함수의 옵션입니다.

Type declaration

  • Optional npoints?: number

    points의 개수입니다.

    Default

    100
    
  • Optional offset?: number

    날짜 변경선을 가로지르는 선이 분할될 가능성을 제어합니다. 숫자가 높을수록 가능성이 높습니다.

    Default

    10
    
  • Optional properties?: Object

    반환되는 (Multi)LineString Feature에 부여할 속성값입니다.

    Default

    {}
    

Generated using TypeDoc