Google maps 如何在Google Maps API V3中放置2个图像

Google maps 如何在Google Maps API V3中放置2个图像,google-maps,google-maps-api-3,Google Maps,Google Maps Api 3,我试图把两个图像-一个在另一个标记上。 但阴影并不好,因为谷歌地图无法相互覆盖 如何放置2个图标 myMarker = new google.maps.Marker({ position: latLong, map: map, shadow: '/images/map-shadow.png', icon: 'http://maps.google.com/mapfiles

我试图把两个图像-一个在另一个标记上。 但阴影并不好,因为谷歌地图无法相互覆盖

如何放置2个图标

myMarker = new google.maps.Marker({
                position: latLong,
                map: map,
                shadow: '/images/map-shadow.png',
                icon: 'http://maps.google.com/mapfiles/ms/icons/green-dot.png'
            });

谢谢

查看

中的复杂图标示例查看

中的复杂图标示例这是使用阴影。我故意不想使用阴影,因为它具有不同的渲染行为。这是使用阴影。我故意不想使用阴影,因为它具有不同的渲染行为