package js.html
Available on js
The Geolocation interface represents an object able to programmatically obtain the position of the device. It gives Web content access to the location of the device. This allows a Web site or app to offer customized results based on the user's location.
Documentation Geolocation by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
watchPosition(successCallback:Position ‑> Void, ?errorCallback:PositionError ‑> Void, ?options:PositionOptions):IntReturns a long value representing the newly established callback function to be invoked whenever the device location changes.
Throws:
null |
DOMError |
|---|
getCurrentPosition(successCallback:Position ‑> Void, ?errorCallback:PositionError ‑> Void, ?options:PositionOptions):VoidDetermines the device's current location and gives back a Position object with the data.
Throws:
null |
DOMError |
|---|
clearWatch(watchId:Int):VoidRemoves the particular handler previously installed using watchPosition().
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/Geolocation.html