Package org.vaadin.firitin.geolocation
Class GeolocationEvent
- java.lang.Object
-
- org.vaadin.firitin.geolocation.GeolocationEvent
-
public class GeolocationEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description GeolocationEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeolocationCoordinatesgetCoords()longgetTimestamp()
-
-
-
Method Detail
-
getCoords
public GeolocationCoordinates getCoords()
- Returns:
- geographic coordinates.
-
getTimestamp
public long getTimestamp()
- Returns:
- the time when the geographic position of the device was acquired.
-
-