Uses of Class
com.vaadin.flow.component.geolocation.GeolocationWatcher
Packages that use GeolocationWatcher
-
Uses of GeolocationWatcher in com.vaadin.flow.component.geolocation
Methods in com.vaadin.flow.component.geolocation that return GeolocationWatcherModifier and TypeMethodDescriptionstatic GeolocationWatcherGeolocation.watchPosition(Component owner) Starts continuously watching the user's position, tied to the owner component's lifecycle.static GeolocationWatcherGeolocation.watchPosition(Component owner, @Nullable GeolocationOptions options) Starts continuously watching the user's position with tuning options, tied to the owner component's lifecycle.