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 with parameters of type GeolocationOptionsModifier and TypeMethodDescriptionstatic voidGeolocation.get(GeolocationOptions options, SerializableConsumer<GeolocationPosition> onSuccess) Requests the current position from the browser's Geolocation API with the given options.static voidGeolocation.get(GeolocationOptions options, SerializableConsumer<GeolocationPosition> onSuccess, SerializableConsumer<GeolocationError> onError) Requests the current position from the browser's Geolocation API with the given options.static GeolocationGeolocation.track(Component owner, GeolocationOptions options) Starts continuous position tracking with the given options, tied to the owner component's lifecycle.