Uses of Record Class
com.vaadin.flow.component.geolocation.GeolocationCoordinates
Packages that use GeolocationCoordinates
Package
Description
Server-side access to the browser's Geolocation API for reading the user's
location.
-
Uses of GeolocationCoordinates in com.vaadin.flow.component.geolocation
Methods in com.vaadin.flow.component.geolocation that return GeolocationCoordinatesModifier and TypeMethodDescriptionGeolocationPosition.coords()Returns the value of thecoordsrecord component.Constructors in com.vaadin.flow.component.geolocation with parameters of type GeolocationCoordinatesModifierConstructorDescriptionGeolocationPosition(GeolocationCoordinates coords, long timestamp) Creates an instance of aGeolocationPositionrecord class.