SingleDrawButton
Expression Extends:
class SingleDrawButton extends mixin(Control, ActivatableMixin)Enables the user to draw, edit and erase geometries on the map
Constructor Summary
| Public Constructor | ||
| public |
constructor(options: DrawButtonsOptions) |
|
Member Summary
| Public Members | ||
| public |
dropdown_: * |
|
| public |
interaction_: * |
|
| Private Members | ||
| private |
|
|
| private |
|
|
| private |
layer_: VectorLayer |
|
Method Summary
| Public Methods | ||
| public |
addInteraction(mode: *) |
|
| public |
|
|
| public |
|
|
| public |
getLayer(): * |
|
| public |
|
|
| public |
setActive(active: *) |
|
| public |
|
|
Public Constructors
public constructor(options: DrawButtonsOptions) source
Params:
| Name | Type | Attribute | Description |
| options | DrawButtonsOptions |
