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

public class GoogleMap.GeolocationErrorEvent extends ComponentEvent<GoogleMap>
Event that is called when current location can't be found.
See Also:
  • Constructor Details

    • GeolocationErrorEvent

      public GeolocationErrorEvent(GoogleMap source, boolean fromClient, boolean browserHasGeolocationSupport)
  • Method Details

    • isBrowserHasGeolocationSupport

      public boolean isBrowserHasGeolocationSupport()