Support for the HTML5 Geolocation API.
-
Sets whether or not the application will request a more accurate position
from the browser.
Allows the browser to return a position immediately with a cached
position.
Geolocation.PositionOptions.setTimeout(int timeout)
Sets the amount of time (in milliseconds) that the application is willing
to wait before getting the user's position.
void
Calls the callback with the user's current position, with additional
options.
int
Repeatedly calls the given callback with the user's position, as it
changes, with additional options.