t-comm
Version:
专业、稳定、纯粹的工具库
21 lines (20 loc) • 703 B
TypeScript
export declare class LocationDefaultOptions {
static defaultLocation: {
lat: number;
lng: number;
};
static defaultTimeout: number;
static defaultUseWxSdk: boolean;
static defaultUseTipSdk: boolean;
static defaultUseSlugSdk: boolean;
static defaultUseMsdk: boolean;
static defaultUseTencentMap: boolean;
static defaultUseTencentMapIfFail: boolean;
static defaultUseTencentMapApi: boolean;
static defaultCache: boolean;
static defaultLocalCache: boolean;
static defaultLocalExpireMs: number;
static defaultTipLocationUsageDesc: string;
static defaultNeedAllowLocation: boolean;
static defaultForceUpdateLocation: boolean;
}