public interface GeolocationPosition
Modifier and Type | Method and Description |
---|---|
static GeolocationPosition |
create() |
GeolocationCoordinates |
getCoords() |
double |
getTimestamp() |
void |
setCoords(GeolocationCoordinates coords) |
void |
setTimestamp(double timestamp) |
static GeolocationPosition create()
GeolocationCoordinates getCoords()
double getTimestamp()
void setCoords(GeolocationCoordinates coords)
void setTimestamp(double timestamp)