how does Amap realize the icon of the following car? I have come up with the icon of the car below, but the effect is not the same as what you need. There is a tab switch click below to show that the maps of Beijing, Hebei and Tianjin have not been ready for a long time
nit () {
map = new AMap.Map("container", {
center: [116.397428, 39.90923],
resizeEnable: true,
zoom: 10
})
var marker = new AMap.Marker({
position: new AMap.LngLat(116.39, 39.9),
icon: "http://webapi.amap.com/images/car.png",
map: map
});
map.add(marker);