Class GoogleMap.GeolocationErrorEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GoogleMap>
com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GeolocationErrorEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GoogleMap
Event that is called when current location can't be found.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionGeolocationErrorEvent(GoogleMap source, boolean fromClient, boolean browserHasGeolocationSupport) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
GeolocationErrorEvent
public GeolocationErrorEvent(GoogleMap source, boolean fromClient, boolean browserHasGeolocationSupport)
-
-
Method Details
-
isBrowserHasGeolocationSupport
public boolean isBrowserHasGeolocationSupport()
-