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 tracking session, held byGeolocationTracker.value()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.value()Returns a read-only signal that holds the most recent tracking result.Method parameters in com.vaadin.flow.component.geolocation with type arguments of type GeolocationResultModifier and TypeMethodDescriptionvoidGeolocation.get(@Nullable GeolocationOptions options, SerializableConsumer<GeolocationResult> callback) Requests the user's current position once with tuning options.voidGeolocation.get(SerializableConsumer<GeolocationResult> callback) Requests the user's current position once.