@vuemap/vue-amap
Version:
高德地图vue3版本封装
126 lines (125 loc) • 4.77 kB
TypeScript
/// <reference types="@vuemap/amap-jsapi-types" />
import MapboxVectorTileLayer from './MapboxVectorTileLayer.vue';
import type { Plugin } from "vue";
export declare const ElAmapLayerMapboxVectorTile: {
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
url: {
type: StringConstructor;
};
zooms: {
type: ArrayConstructor;
};
dataZooms: {
type: ArrayConstructor;
};
opacity: {
type: NumberConstructor;
};
styles: {
type: import("vue").PropType<AMap.MapboxVectorTileLayerStyles>;
};
} & {
visible: import("../../../..").IPropOptions<boolean>;
zIndex: import("../../../..").IPropOptions<number>;
reEventWhenUpdate: import("../../../..").IPropOptions<boolean>;
extraOptions: import("../../../..").IPropOptions<any>;
}>> & {
onInit?: ((...args: any[]) => any) | undefined;
}, {
emits: (event: "init", ...args: any[]) => void;
$amapComponent: AMap.MapboxVectorTileLayer;
$$getInstance: () => AMap.MapboxVectorTileLayer;
parentInstance: import("../../../..").IProvideType | undefined;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "init"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
url: {
type: StringConstructor;
};
zooms: {
type: ArrayConstructor;
};
dataZooms: {
type: ArrayConstructor;
};
opacity: {
type: NumberConstructor;
};
styles: {
type: import("vue").PropType<AMap.MapboxVectorTileLayerStyles>;
};
} & {
visible: import("../../../..").IPropOptions<boolean>;
zIndex: import("../../../..").IPropOptions<number>;
reEventWhenUpdate: import("../../../..").IPropOptions<boolean>;
extraOptions: import("../../../..").IPropOptions<any>;
}>> & {
onInit?: ((...args: any[]) => any) | undefined;
}, {}, true, {}, {}, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import("vue").ExtractPropTypes<{
url: {
type: StringConstructor;
};
zooms: {
type: ArrayConstructor;
};
dataZooms: {
type: ArrayConstructor;
};
opacity: {
type: NumberConstructor;
};
styles: {
type: import("vue").PropType<AMap.MapboxVectorTileLayerStyles>;
};
} & {
visible: import("../../../..").IPropOptions<boolean>;
zIndex: import("../../../..").IPropOptions<number>;
reEventWhenUpdate: import("../../../..").IPropOptions<boolean>;
extraOptions: import("../../../..").IPropOptions<any>;
}>> & {
onInit?: ((...args: any[]) => any) | undefined;
}, {
emits: (event: "init", ...args: any[]) => void;
$amapComponent: AMap.MapboxVectorTileLayer;
$$getInstance: () => AMap.MapboxVectorTileLayer;
parentInstance: import("../../../..").IProvideType | undefined;
}, {}, {}, {}, {}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
url: {
type: StringConstructor;
};
zooms: {
type: ArrayConstructor;
};
dataZooms: {
type: ArrayConstructor;
};
opacity: {
type: NumberConstructor;
};
styles: {
type: import("vue").PropType<AMap.MapboxVectorTileLayerStyles>;
};
} & {
visible: import("../../../..").IPropOptions<boolean>;
zIndex: import("../../../..").IPropOptions<number>;
reEventWhenUpdate: import("../../../..").IPropOptions<boolean>;
extraOptions: import("../../../..").IPropOptions<any>;
}>> & {
onInit?: ((...args: any[]) => any) | undefined;
}, {
emits: (event: "init", ...args: any[]) => void;
$amapComponent: AMap.MapboxVectorTileLayer;
$$getInstance: () => AMap.MapboxVectorTileLayer;
parentInstance: import("../../../..").IProvideType | undefined;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "init"[], "init", {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin<any[]>;
export default ElAmapLayerMapboxVectorTile;
export declare type ElAmapLayerMapboxVectorTileInstance = InstanceType<typeof MapboxVectorTileLayer>;