- export interface GeolocationParams {
- sceneId: string;
- }
- declare function stopGeolocation(params: GeolocationParams): Promise<string | null>;
- declare namespace stopGeolocation {
- var version: {
- android: string;
- ios: string;
- };
- }
- export default stopGeolocation;
|