Uses of Interface
com.vaadin.flow.component.geolocation.GeolocationResult
Packages that use GeolocationResult
-
Uses of GeolocationResult in com.vaadin.flow.component.geolocation
Classes in com.vaadin.flow.component.geolocation that implement GeolocationResultModifier and TypeClassDescriptionfinal recordA failed location reading: the request did not produce aGeolocationPosition.final recordThe initial state of a newly started watch session, held byGeolocationWatcher.positionSignal()until the browser reports its first position or error.final recordA successful location reading: the coordinates the browser reported and the moment in time they were taken.Methods in com.vaadin.flow.component.geolocation that return types with arguments of type GeolocationResultModifier and TypeMethodDescriptionGeolocationWatcher.positionSignal()Returns a read-only signal that holds the most recent reading.Method parameters in com.vaadin.flow.component.geolocation with type arguments of type GeolocationResultModifier and TypeMethodDescriptionGeolocationClient.startWatch(Component owner, @Nullable GeolocationOptions options, SerializableConsumer<GeolocationResult> onUpdate) Starts a watch session bound toowner.