Uses of Interface
com.vaadin.flow.component.geolocation.GeolocationOutcome
Packages that use GeolocationOutcome
-
Uses of GeolocationOutcome in com.vaadin.flow.component.geolocation
Classes in com.vaadin.flow.component.geolocation that implement GeolocationOutcomeModifier and TypeClassDescriptionfinal recordA failed location reading: the request did not produce aGeolocationPosition.final recordA successful location reading: the coordinates the browser reported and the moment in time they were taken.Method parameters in com.vaadin.flow.component.geolocation with type arguments of type GeolocationOutcomeModifier and TypeMethodDescriptionvoidGeolocation.get(@Nullable GeolocationOptions options, SerializableConsumer<GeolocationOutcome> callback) Requests the user's current position once with tuning options.voidGeolocation.get(SerializableConsumer<GeolocationOutcome> callback) Requests the user's current position once.