mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
awww yis
This commit is contained in:
@@ -9,12 +9,13 @@ declare var window;
|
||||
plugin: 'cordova-plugin-geolocation',
|
||||
pluginRef: 'navigator.geolocation'
|
||||
})
|
||||
export class Device {
|
||||
export class Geolocation {
|
||||
@Cordova()
|
||||
static getCurrentPosition(options:any){};
|
||||
|
||||
|
||||
@Cordova({
|
||||
callbackOrder: 'reverse',
|
||||
observable: true,
|
||||
clearFunction: 'clearWatch()'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user