Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PolylineDrawingOptions

PolylineDrawingOptions is an interface that contains options for drawing lines

example



var polylineDrawingOptions = { showLength: false, shapeOptions: { color: "#FF0000" }, icon: L.icon(), maxGuideLineLength: 5, allowIntersection: false, drawError: { color: "#FF0000", timeout: 25 }, guidelineDistance: 5, zIndexOffset: 999, repeatMode: false, metric: false };

Hierarchy

  • PolylineDrawingOptions

Implemented by

Index

Properties

allowIntersection

allowIntersection: boolean

drawError

drawError: ErrorDisplayOptions

guidelineDistance

guidelineDistance: number

icon

icon: Icon

maxGuideLineLength

maxGuideLineLength: number

metric

metric: boolean

repeatMode

repeatMode: boolean

shapeOptions

shapeOptions: GraphicOptions

showLength

showLength: boolean

zIndexOffset

zIndexOffset: number