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;
}>;
