效果图展示
<template>
<div>
<div id="mapId" class="rescure-map"></div>
</div>
</template>
import AMap from ‘AMap’
mounted() {
var that = this
that.initMap()
},
methods: {
// 初始化地图
initMap() {
var that = this
const mapConfig = {
zoom: 10 ,// 地图显示的缩放级别
mapStyle: 'amap://styles/darkblue', //地图背景样式
showIndoorMap: false
}
// maps是容器的id名
that.map = new AMap.Map('mapId', mapConfig)
that.map.setMapStyle('amap://styles/db630f877ac1565889e6ec8576250978') // 自定义地图样式,不显示村庄和乡镇
AMap.plugin('AMap.District