Uses of Interface
com.vaadin.flow.component.geolocation.GeolocationResult
Packages that use GeolocationResult
-
Uses of GeolocationResult in com.vaadin.flow.component.geolocation
Subinterfaces of GeolocationResult in com.vaadin.flow.component.geolocationModifier and TypeInterfaceDescriptioninterfaceThe actual answer to a geolocation request — either a successful reading or an error.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 tracking session, held byGeolocationTracker.valueSignal()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 TypeMethodDescriptionGeolocationTracker.valueSignal()Returns a read-only signal that holds the most recent tracking result.