Uses of Class
org.vaadin.firitin.geolocation.GeolocationOptions
-
Uses of GeolocationOptions in org.vaadin.firitin.geolocation
Modifier and TypeMethodDescriptionstatic void
Geolocation.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 void
Geolocation.getCurrentPosition
(Geolocation.UpdateListener listener, Geolocation.ErrorListener errorListener, GeolocationOptions options) Determines the device's current location once and notifies listener with the data.static Geolocation
Geolocation.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 Geolocation
Geolocation.watchPosition
(Geolocation.UpdateListener listener, Geolocation.ErrorListener errorListener, GeolocationOptions options) Starts to repeatedly watch the geolocation of the device and notifies listener with the data.