目前通過(guò)高德地圖官方網(wǎng)站的影像切換,可以看到高德的瓦片地址有如下兩種:
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=7和
http://webst0{1-4}.is.autonavi.com/appmaptile?style=7&x={x}&y={y}&z={z}
前者是高德的新版地址,后者是老版地址。
前者lang可以通過(guò)zh_cn設(shè)置中文,en設(shè)置英文,size基本無(wú)作用,scl設(shè)置標(biāo)注還是底圖,scl=1代表注記,scl=2代表底圖(矢量或者影像),style設(shè)置影像和路網(wǎng),style=6為影像圖,style=7為矢量路網(wǎng),style=8為影像路網(wǎng)
總結(jié)之:
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=7 為矢量圖(含路網(wǎng)、含注記)
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=7 為矢量圖(含路網(wǎng),不含注記)
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=6 為影像底圖(不含路網(wǎng),不含注記)
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=6 為影像底圖(不含路網(wǎng)、不含注記)
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=8 為影像路圖(含路網(wǎng),含注記)
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=8 為影像路網(wǎng)(含路網(wǎng),不含注記)
后者可以通過(guò)style設(shè)置影像、矢量、路網(wǎng)。
總結(jié)之:
http://webst0{1-4}.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z} 為影像底圖(不含路網(wǎng),不含注記)
http://webst0{1-4}.is.autonavi.com/appmaptile?style=7&x={x}&y={y}&z={z} 為矢量地圖(含路網(wǎng),含注記)
http://webst0{1-4}.is.autonavi.com/appmaptile?style=8&x={x}&y={y}&z={z} 為影像路網(wǎng)(含路網(wǎng),含注記)
原文地址:https://blog.csdn.net/fredricen/article/details/77189453