Location
Last updated
Last updated
cordova-plugin-geolocation
Returns the device's current position to the successCallback callback with a Position object as the parameter. If there is an error, the errorCallback function is passed a PositionError object.
Params
Type | Name | Summary | Required |
---|---|---|---|
Add a watcher to keep track of the GPS position. As the device moves the watcher will send this information back to the successCallback callback with a Position object as the parameter. If there is an error, the errorCallback function is passed a PositionError object.
Params
Type | Name | Summary | Required |
---|---|---|---|
Remove an existing watcher which will disable tracking of location.
Params
Type | Name | Summary | Required |
---|---|---|---|
Function
successCallback
on success callback
Optional
Function
errorCallback
on error callback
Optional
Object
options
Options {maximumAge: Number, timeout: Number, enableHighAccuracy: Boolean}
Optional
Function
onWatchSetCallback
on success callback (gets a watcherID)
Optional
Function
successCallback
on success callback
Optional
Function
errorCallback
on error callback
Optional
Object
options
Options {maximumAge: Number, timeout: Number, enableHighAccuracy: Boolean}
Optional
Number
watchId
watchID to remove
Optional