Uses of Package
com.vaadin.flow.component.geolocation
Packages that use com.vaadin.flow.component.geolocation
-
Classes in com.vaadin.flow.component.geolocation used by com.vaadin.flow.component.geolocationClassDescriptionWhether the browser can read the user's location right now, and if so what permission state the origin has.Framework-internal port between the
Geolocationstatic API and whatever delivers actual position data — the browser in production, an in-memory driver in browserless tests.Handle to a watch session.A single point in the world, as reported by the browser.Typed reasons why a geolocation request can fail.Tuning knobs for a geolocation request — controls the accuracy / battery / speed / freshness trade-off of a singleGeolocation.getPosition(com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.geolocation.GeolocationPosition>, com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.geolocation.GeolocationError>)orGeolocation.watchPosition(com.vaadin.flow.component.Component)call.Builder forGeolocationOptions.A successful location reading: the coordinates the browser reported and the moment in time they were taken.The value held byGeolocationWatcher.positionSignal()— a successful reading, an error, or the initial "waiting for first reading" state.A handle to a geolocation watch session, returned byGeolocation.watchPosition(Component)and its overload. -
Classes in com.vaadin.flow.component.geolocation used by com.vaadin.flow.component.internalClassDescriptionWhether the browser can read the user's location right now, and if so what permission state the origin has.Framework-internal port between the
Geolocationstatic API and whatever delivers actual position data — the browser in production, an in-memory driver in browserless tests.