Uses of Record Class
com.vaadin.flow.component.geolocation.GeolocationOptions
Packages that use GeolocationOptions
-
Uses of GeolocationOptions in com.vaadin.flow.component.geolocation
Methods in com.vaadin.flow.component.geolocation that return GeolocationOptionsModifier and TypeMethodDescriptionGeolocationOptions.Builder.build()Creates a newGeolocationOptionsfrom this builder's current state.Methods in com.vaadin.flow.component.geolocation with parameters of type GeolocationOptionsModifier and TypeMethodDescriptionvoidGeolocation.get(@Nullable GeolocationOptions options, SerializableConsumer<GeolocationOutcome> callback) Requests the user's current position once with tuning options.GeolocationClient.get(@Nullable GeolocationOptions options) Issues a one-shot position request.GeolocationClient.startWatch(Component owner, @Nullable GeolocationOptions options, SerializableConsumer<GeolocationResult> onUpdate) Starts a watch session bound toowner.Geolocation.track(Component owner, @Nullable GeolocationOptions options) Starts continuously watching the user's position with tuning options, tied to the owner component's lifecycle.