@lark-project/js-sdk 2.1.3-dev.0 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/es/index.js +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/es/index.js
CHANGED
package/dist/lib/index.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -1902,6 +1902,7 @@ declare abstract class Geolocation extends BaseModel {
|
|
|
1902
1902
|
private static load;
|
|
1903
1903
|
/**
|
|
1904
1904
|
* 读取用户当前的地理位置
|
|
1905
|
+
* mobile version ≥ 7.59.0
|
|
1905
1906
|
*/
|
|
1906
1907
|
abstract getCurrentPosition(callback: (error?: SystemPermissionDeniedError | Error, result?: GeolocationPosition) => void): Promise<void>;
|
|
1907
1908
|
}
|