Uses of Interface
com.vaadin.flow.component.geolocation.GeolocationClient.WatchHandle
Packages that use GeolocationClient.WatchHandle
Package
Description
Server-side access to the browser's Geolocation API for reading the user's
location.
-
Uses of GeolocationClient.WatchHandle in com.vaadin.flow.component.geolocation
Methods in com.vaadin.flow.component.geolocation that return GeolocationClient.WatchHandleModifier and TypeMethodDescriptionGeolocationClient.startWatch(Component owner, GeolocationOptions options, SerializableConsumer<GeolocationResult> onUpdate) Starts a watch session bound toowner.