Arguments for the shapeFeatureCreated event.
Fires when a GeoJSON Feature is created on a shape layer.
Definition
Package:@progress/kendo-angular-map
Properties
dataItem
any
The original data item for this Feature. Includes geometries and properties members.
properties
any
A reference to the dataItem.properties object.
The MapComponent that triggered the event.