Package com.vaadin.flow.component.geolocation

Browserless test support for the Flow Geolocation API.

Application unit tests obtain a GeolocationSimulator via current() (or forUI(ui) for multi-user scenarios) and describe the user's permission and the sensor's reading; the application observes that state through the Geolocation facade without any real browser.

See: Description