Uses of Record Class
com.vaadin.flow.component.geolocation.GeolocationPosition
Packages that use GeolocationPosition
-
Uses of GeolocationPosition in com.vaadin.flow.component.geolocation
Method parameters in com.vaadin.flow.component.geolocation with type arguments of type GeolocationPositionModifier 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 voidGeolocation.get(SerializableConsumer<GeolocationPosition> onSuccess) Requests the current position from the browser's Geolocation API.static voidGeolocation.get(SerializableConsumer<GeolocationPosition> onSuccess, SerializableConsumer<GeolocationError> onError) Requests the current position from the browser's Geolocation API.