Uses of Interface
org.vaadin.firitin.geolocation.Geolocation.ErrorListener
-
Packages that use Geolocation.ErrorListener Package Description org.vaadin.firitin.geolocation -
-
Uses of Geolocation.ErrorListener in org.vaadin.firitin.geolocation
Methods in org.vaadin.firitin.geolocation with parameters of type Geolocation.ErrorListener Modifier and Type Method Description static voidGeolocation. getCurrentPosition(com.vaadin.flow.component.UI ui, Geolocation.UpdateListener listener, Geolocation.ErrorListener errorListener, GeolocationOptions options)Determines the device's current location once and notifies listener with the data.static voidGeolocation. getCurrentPosition(Geolocation.UpdateListener listener, Geolocation.ErrorListener errorListener)Determines the device's current location once and notifies listener with the data.static voidGeolocation. getCurrentPosition(Geolocation.UpdateListener listener, Geolocation.ErrorListener errorListener, GeolocationOptions options)Determines the device's current location once and notifies listener with the data.static GeolocationGeolocation. watchPosition(com.vaadin.flow.component.UI ui, Geolocation.UpdateListener listener, Geolocation.ErrorListener errorListener, GeolocationOptions options)Starts to repeatedly watch the geolocation of the device and notifies listener with the data.static GeolocationGeolocation. watchPosition(Geolocation.UpdateListener listener, Geolocation.ErrorListener errorListener)Starts to repeatedly watch the geolocation of the device and notifies listener with the data.static GeolocationGeolocation. watchPosition(Geolocation.UpdateListener listener, Geolocation.ErrorListener errorListener, GeolocationOptions options)Starts to repeatedly watch the geolocation of the device and notifies listener with the data.
-