Uses of Interface
com.vaadin.flow.component.geolocation.GeolocationClient
Packages that use GeolocationClient
Package
Description
Server-side access to the browser's Geolocation API for reading the user's
location.
-
Uses of GeolocationClient in com.vaadin.flow.component.geolocation
Methods in com.vaadin.flow.component.geolocation that return GeolocationClient -
Uses of GeolocationClient in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return GeolocationClientModifier and TypeMethodDescriptionUIInternals.getGeolocationClient()Returns the geolocation client currently bound to this UI, ornullif none has been installed yet.Methods in com.vaadin.flow.component.internal with parameters of type GeolocationClientModifier and TypeMethodDescriptionvoidUIInternals.setGeolocationClient(GeolocationClient client) Installs the given geolocation client on this UI, replacing any previous one.