Interface LeafletGeoJSONEvent

Hierarchy

Index

Properties

Properties

public geometryType: string

GeoJSON geometry type of the feature.

public id: string

GeoJSON ID of the feature (if present).

public layer: ILayer

The layer for the GeoJSON feature that is being added to the map.

public properties: any

GeoJSON properties of the feature.

public target: any

The object that fired the event.

public type: string

The event type (e.g. 'click').