Uses of Interface
com.vaadin.flow.component.geolocation.GeolocationClient.WatchHandle
Packages that use GeolocationClient.WatchHandle
-
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, @Nullable GeolocationOptions options, SerializableConsumer<GeolocationResult> onUpdate) Starts a watch session bound toowner.