Interface Position
- All Known Implementing Classes:
- PositionImpl
Represents information about the user's position as reported by the browser.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents position reported by the browser.
- 
Method SummaryModifier and TypeMethodDescriptionReturns information about the coordinates reported by the browser.doubleReturns the time this position was reported by the browser.
- 
Method Details- 
getCoordinatesPosition.Coordinates getCoordinates()Returns information about the coordinates reported by the browser.
- 
getTimestampdouble getTimestamp()Returns the time this position was reported by the browser.
 
-