Uses of Class
org.vaadin.firitin.geolocation.Geolocation
Packages that use Geolocation
-
Uses of Geolocation in org.vaadin.firitin.geolocation
Methods in org.vaadin.firitin.geolocation that return GeolocationModifier and TypeMethodDescriptionstatic 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) 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.