Add image detail map and quick upload
This commit is contained in:
Vendored
+9
@@ -29,6 +29,11 @@ declare namespace AMap {
|
||||
features?: string[]
|
||||
layers?: unknown[]
|
||||
resizeEnable?: boolean
|
||||
dragEnable?: boolean
|
||||
zoomEnable?: boolean
|
||||
keyboardEnable?: boolean
|
||||
doubleClickZoom?: boolean
|
||||
scrollWheel?: boolean
|
||||
}
|
||||
|
||||
class Marker {
|
||||
@@ -104,6 +109,10 @@ declare function AMapLoader_load(opts: {
|
||||
plugins?: string[]
|
||||
}): Promise<typeof AMap>
|
||||
|
||||
declare namespace AMap {
|
||||
function getConfig(): { appname?: string }
|
||||
}
|
||||
|
||||
declare module '@amap/amap-jsapi-loader' {
|
||||
const AMapLoader: {
|
||||
load: typeof AMapLoader_load
|
||||
|
||||
Reference in New Issue
Block a user