Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
Packages that use LocationEvent
-
Uses of LocationEvent in org.vaadin.addons.componentfactory.leaflet.layer.events.supports
Method parameters in org.vaadin.addons.componentfactory.leaflet.layer.events.supports with type arguments of type LocationEventModifier and TypeMethodDescriptiondefault voidSupportsLayerEvents.onLayerRemove(LeafletEventListener<LocationEvent> listener) Fired when a layer is removed from this layerdefault voidSupportsLocationEvents.onLocationFound(LeafletEventListener<LocationEvent> listener) Fired when geolocation (using the locate method) went successfully.