RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > SystemUtils > getMobileLocationInfo

SystemUtils.getMobileLocationInfo property

获取移动的location信息

Signature:

getMobileLocationInfo: () => Promise<{
        title: string | null;
        address: string | null;
        latitude: number | null;
        longitude: number | null;
        state: string | null;
        city: string | null;
        region: string | null;
    }>;
Last updated on 12/16/2020
  • SystemUtils.getMobileLocationInfo property
Copyright © 2021 销售易