Package elemental2.dom
Interface GeolocationPosition
-
@JsType(isNative=true, namespace="<global>") public interface GeolocationPosition
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GeolocationPosition
create()
GeolocationCoordinates
getCoords()
double
getTimestamp()
void
setCoords(GeolocationCoordinates coords)
void
setTimestamp(double timestamp)
-
-
-
Method Detail
-
create
@JsOverlay static GeolocationPosition create()
-
getCoords
@JsProperty GeolocationCoordinates getCoords()
-
getTimestamp
@JsProperty double getTimestamp()
-
setCoords
@JsProperty void setCoords(GeolocationCoordinates coords)
-
setTimestamp
@JsProperty void setTimestamp(double timestamp)
-
-