Type alias MapLayerMouseEvent

MapLayerMouseEvent: MapMouseEvent & {
    features?: MapGeoJSONFeature[];
}

An event from the mouse relevant to a specific layer.

Type declaration