在初始化地图时,除了默认的标准地图外,还可以设置地图类型为「卫星图」,效果如下:
类型名 | 说明 |
---|---|
none: 0 | 矢量图 |
no_route: 1 | 卫星图 |
route: 2 | 卫星图 路网 |
// 不传入参数satellitelayertype默认为nonemapopt:mapoptions=newmapoptions();callback=async(err,mapcontroller:mapcontroller)=>{if(!err){// 获取地图的控制器类,用来操作地图this.mapcontroller= mapcontroller;}};mapcomponent({onready: callback,mapoptions:this.mapopt}).width('100%').height('100%');
interfaceshows{satellitemap: number}mapopt:mapoptions=newmapoptions({shows:{satellitemap:1}as shows});mapcomponent({onready:async(err, mapcontroller)=>{},mapoptions:this.mapopt}).width('100%').height('100%')
上一篇
下一篇
本篇文章对您是否有帮助?