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 TypeMethodDescriptionGeolocationTracker.addPositionListener(SerializableConsumer<GeolocationPosition> onSuccess, SerializableConsumer<GeolocationError> onError) Adds a listener pair that is notified on every reading the browser reports.