com.vaadin.flow.component.map.events.MapFeatureClickEvent Maven / Gradle / Ivy
package com.vaadin.flow.component.map.events;
/*
* #%L
* Vaadin Map
* %%
* Copyright (C) 2022 - 2022 Vaadin Ltd
* %%
* This program is available under Commercial Vaadin Developer License
* 4.0 (CVDLv4).
*
* See the file license.html distributed with this software for more
* information about licensing.
*
* For the full License, see .
* #L%
*/
import com.vaadin.flow.component.ComponentEvent;
import com.vaadin.flow.component.DomEvent;
import com.vaadin.flow.component.EventData;
import com.vaadin.flow.component.map.Map;
import com.vaadin.flow.component.map.configuration.Feature;
import com.vaadin.flow.component.map.configuration.layer.VectorLayer;
import com.vaadin.flow.component.map.configuration.source.VectorSource;
/**
* Provides data for click events on geographic features
*/
@DomEvent("map-feature-click")
public class MapFeatureClickEvent extends ComponentEvent
© 2015 - 2025 Weber Informatics LLC | Privacy Policy