aomd-amap
Version:
高德代码辅助提示
28 lines (17 loc) • 381 B
TypeScript
import { WMSOptions } from "./WMSOptions";
import { Map } from "../../Map/Map";
export class WMS {
constructor(
opts: WMSOptions | Object
)
setMap(map: Map)
getMap(): Map
show()
hide()
setzIndex(zindex: Number)
getzIndex(): Number
setUrl(url: String)
getUrl(): String
setParams(params: Object)
getParams(): Object
}