Class: MeasureEvent

ngeo.MeasureEvent

new MeasureEvent(type, feature)

Events emitted by ngeo.interaction.Interaction instances are instances of this type.

Parameters:
Name Type Description
type ngeo.MeasureEventType

Type.

feature ol.Feature

The feature drawn.

Implements:

Extends

  • ol.events.Event

Members

feature: ol.Feature

The feature being drawn.

Implements:

Events

measureend

Triggered upon feature draw end