Interface Position
- All Known Implementing Classes:
PositionImpl
Represents information about the user's position as reported by the browser.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Represents position reported by the browser. -
Method Summary
Modifier and TypeMethodDescriptionReturns information about the coordinates reported by the browser.double
Returns the time this position was reported by the browser.
-
Method Details
-
getCoordinates
Position.Coordinates getCoordinates()Returns information about the coordinates reported by the browser. -
getTimestamp
double getTimestamp()Returns the time this position was reported by the browser.
-