Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LeafletPolylineDrawingOptions

LeafletPolylineDrawingOptions is class implementing PolylineDrawingOptions and L.PolylineDrawOptions.
Contains a static convenience method for default options.

example



var leafletPolylineOptions = LeafletPolylineDrawingOptions.defaultOptions();

Hierarchy

  • LeafletPolylineDrawingOptions

Implements

Index

Constructors

constructor

  • new LeafletPolylineDrawingOptions(showLength: boolean, shapeOptions: LeafletGraphicOptions, metric: boolean, icon: Icon, maxGuidelineLength: number, allowIntersection: boolean, drawError: LeafletErrorDisplayOptions, guidelineDistance: number, zIndexOffset: number, repeatMode: boolean): LeafletPolylineDrawingOptions
  • new LeafletPolylineDrawingOptions(showLength: boolean, shapeOptions: LeafletGraphicOptions, metric: boolean, icon: Icon, maxGuidelineLength: number, allowIntersection: boolean, drawError: LeafletErrorDisplayOptions, guidelineDistance: number, zIndexOffset: number, repeatMode: boolean): LeafletPolylineDrawingOptions
  • new LeafletPolylineDrawingOptions(showLength: boolean, shapeOptions: LeafletGraphicOptions, metric: boolean, icon: Icon, maxGuidelineLength: number, allowIntersection: boolean, drawError: LeafletErrorDisplayOptions, guidelineDistance: number, zIndexOffset: number, repeatMode: boolean): LeafletPolylineDrawingOptions
  • Parameters

    • showLength: boolean
    • shapeOptions: LeafletGraphicOptions
    • metric: boolean
    • icon: Icon
    • maxGuidelineLength: number
    • allowIntersection: boolean
    • drawError: LeafletErrorDisplayOptions
    • guidelineDistance: number
    • zIndexOffset: number
    • repeatMode: boolean

    Returns LeafletPolylineDrawingOptions

  • Parameters

    • showLength: boolean
    • shapeOptions: LeafletGraphicOptions
    • metric: boolean
    • icon: Icon
    • maxGuidelineLength: number
    • allowIntersection: boolean
    • drawError: LeafletErrorDisplayOptions
    • guidelineDistance: number
    • zIndexOffset: number
    • repeatMode: boolean

    Returns LeafletPolylineDrawingOptions

  • Parameters

    • showLength: boolean
    • shapeOptions: LeafletGraphicOptions
    • metric: boolean
    • icon: Icon
    • maxGuidelineLength: number
    • allowIntersection: boolean
    • drawError: LeafletErrorDisplayOptions
    • guidelineDistance: number
    • zIndexOffset: number
    • repeatMode: boolean

    Returns LeafletPolylineDrawingOptions

Properties

allowIntersection

allowIntersection: boolean

drawError

drawError: LeafletErrorDisplayOptions

guidelineDistance

guidelineDistance: number

icon

icon: Icon

maxGuideLineLength

maxGuideLineLength: number

metric

metric: boolean

repeatMode

repeatMode: boolean

shapeOptions

shapeOptions: LeafletGraphicOptions

showLength

showLength: boolean

zIndexOffset

zIndexOffset: number

Methods

Static defaultOptions

  • defaultOptions(): LeafletPolylineDrawingOptions
  • defaultOptions(): LeafletPolylineDrawingOptions
  • defaultOptions(): LeafletPolylineDrawingOptions
  • Returns LeafletPolylineDrawingOptions

  • Returns LeafletPolylineDrawingOptions

  • Returns LeafletPolylineDrawingOptions