Properties
circleDraw
circleDraw: LeafletCircleDrawingOptions
lineDraw
lineDraw: LeafletPolylineDrawingOptions
markerDraw
markerDraw: LeafletMarkerDrawingOptions
polygonDraw
polygonDraw: LeafletPolygonDrawingOptions
rectangleDraw
rectangleDraw: LeafletRectangleDrawingOptions
LeafletDrawingOptions is class implementing DrawingOptions. Contains static convenience methods for default option sets.
var graphicOptions = LeafletDrawingOptions.defaultGraphicOptions();
var leafletDrawingOptions = LeafletDrawingOptions.defaultOptions();