|
|
@ -8,7 +8,7 @@ export class KeDaMap implements IMap { |
|
|
|
opt.configUrl = ""; |
|
|
|
opt.configUrl = ""; |
|
|
|
this.self = new KMap(opt); |
|
|
|
this.self = new KMap(opt); |
|
|
|
} |
|
|
|
} |
|
|
|
setAdministrativeAreaStyle() { //自定义 行政区划 样式
|
|
|
|
setAdministrativeAreaStyle(conponent: any, getData?: Function, setData?: Function) { //自定义 行政区划 样式
|
|
|
|
throw new Error('Method not implemented.'); |
|
|
|
throw new Error('Method not implemented.'); |
|
|
|
} |
|
|
|
} |
|
|
|
setBounds(zoom?: any, x?: any, y?: any, is?: boolean) { |
|
|
|
setBounds(zoom?: any, x?: any, y?: any, is?: boolean) { |
|
|
|