mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
export declare class Geolocation {
|
|
static getCurrentPosition(options: any): void;
|
|
static watchPosition(options: any): void;
|
|
}
|