Uses of Package
com.vaadin.flow.component.geolocation
Packages that use com.vaadin.flow.component.geolocation
Package
Description
-
Classes in com.vaadin.flow.component.geolocation used by com.vaadin.flow.component
-
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.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 single
Geolocation.get(com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.geolocation.GeolocationResult>)orGeolocation.track(com.vaadin.flow.component.Component)call.Builder forGeolocationOptions.The outcome of a geolocation request — a successful reading, an error, or the initial "waiting for first reading" state of a tracker.A handle to a geolocation tracking session, returned byGeolocation.track(Component)/Geolocation.track(Component, GeolocationOptions). -
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.