|
|
@@ -56,7 +56,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
|
|
|
name?: string;
|
|
|
iconUrl?: string;
|
|
|
}[]) => void;
|
|
|
- goBackToMap: () => void;
|
|
|
+ goBackToMap: () => Promise<void>;
|
|
|
getMapInstance: () => Map | null;
|
|
|
getDeckOverlay: () => MapboxOverlay | null;
|
|
|
setMode: (m: ViewerMode) => void;
|
|
|
@@ -192,7 +192,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
|
|
|
name?: string;
|
|
|
iconUrl?: string;
|
|
|
}[]) => void;
|
|
|
- goBackToMap: () => void;
|
|
|
+ goBackToMap: () => Promise<void>;
|
|
|
getMapInstance: () => Map | null;
|
|
|
getDeckOverlay: () => MapboxOverlay | null;
|
|
|
setMode: (m: ViewerMode) => void;
|