UNPKG

959 BTypeScriptView Raw
1declare const startLocationUpdateBackground: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
2declare const openLocation: (options?: Partial<{
3 scale: number;
4}>, ...args: any[]) => Promise<any>;
5declare const choosePoi: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
6declare const getFuzzyLocation: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
7export { startLocationUpdateBackground, openLocation, choosePoi, getFuzzyLocation };
8export { getLocation } from "./getLocation.js";
9export { chooseLocation } from "./chooseLocation.js";
10export { offLocationChange, offLocationChangeError, onLocationChange, onLocationChangeError, startLocationUpdate, stopLocationUpdate } from "./locationChange.js";