7
Google지도 마커 아이콘 이미지 크기 조정
이미지를 마커의 icon 속성에로드하면 원래 크기로 표시됩니다. 표준 크기를 더 작은 크기로 조정하고 싶습니다. 가장 좋은 방법은 무엇입니까? 암호: function addMyPos(latitude,longitude){ position = new google.maps.LatLng(latitude,longitude) marker = new google.maps.Marker({ position: position, map: map, icon: "../res/sit_marron.png" }); }