Type alias ArcStyleOptions

ArcStyleOptions: ArrowStyleOptions & {
    arcFactor?: number;
    numberOfSegments?: number;
    offset?: number;
}

Type declaration

  • Optional arcFactor?: number

    actor to calculate the 'height' of an arc, based on the distance from start to end

    Default

    0.15
    
  • Optional numberOfSegments?: number

    number of segments to interpolate the arc by

    Default

    64
    
  • Optional offset?: number

    offset in m(mercator) from the arc end and arc start to the start/end points Is only rendered if offset * 2 < distance between start and endpoint

    Default

    0
    

Generated using TypeDoc