创建行政区划聚合图层实例
配置参数
可选apiSource?: stringAPI数据源。 可以配置为services.API_SOURCE_BAIDU或services.API_SOURCE_TIANDITU,默认使用配置的数据源
行政区划层级,0=省级,1=市级,2=区县级
行政区划名称,格式如'(山东省)'、'(北京市)'
可选renderOptions?: { engine: Engine }渲染配置
地图引擎实例
行政区划图层实例
Adds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Fire an event type.
The event that gets fired.
Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
行政区划聚合图层
支持以下功能:
示例