Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GraphicDrawingHandler

GraphicDrawingHandler interface represents current GraphicOptions and methods used for placing user drawn shapes on a map.

Hierarchy

  • GraphicDrawingHandler

Implemented by

Index

Properties

Methods

Properties

currentShapeOptions

currentShapeOptions: DrawingOptions

Property currentShapeOptions GraphicOptions describe characteristics of shape to draw.

Methods

startDraw

  • Returns Promise<GeometryObject>

  • Begin draw

    Returns Promise<GeometryObject>

    a Q.Promise of a drawn GeometryObject.

  • Returns Promise<GeometryObject>

  • Returns Promise<GeometryObject>