Type Alias ArcStyleOptions

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

Type declaration

  • OptionalarcFactor?: number

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

    0.15
    
  • OptionalnumberOfSegments?: number

    number of segments to interpolate the arc by

    64
    
  • Optionaloffset?: 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

    0