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 TypeMethodDescriptionGeolocationWatcher.addPositionListener(SerializableConsumer<GeolocationPosition> onSuccess, SerializableConsumer<GeolocationError> onError) Adds a listener pair that is notified on every reading the browser reports.voidGeolocation.getPosition(SerializableConsumer<GeolocationPosition> onSuccess, SerializableConsumer<GeolocationError> onError) Requests the user's current position once.voidGeolocation.getPosition(SerializableConsumer<GeolocationPosition> onSuccess, SerializableConsumer<GeolocationError> onError, @Nullable GeolocationOptions options) Requests the user's current position once with tuning options.