Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MarkerDrawingOptions

MarkerDrawingOptions is an interface that contains options for drawing points

example



var markerDrawingOptions = { zIndexOffset: 999, repeatMode: false, icon: L.icon() };

Hierarchy

  • MarkerDrawingOptions

Implemented by

Index

Properties

icon

icon: Icon

repeatMode

repeatMode: boolean

zIndexOffset

zIndexOffset: number