4월 29, 2024

구글지도 마커 종류와 아이콘 코드 포인트 | Google Maps Marker Icon Code Point

function mk3(location, color, content, title) {

var marker = new google.maps.Marker({
position:location,
map,
label: {
text: "\ue566", // codepoint from https://fonts.google.com/icons
fontFamily: "Material Icons",
color: "#ffffff",
fontSize: "18px",
},
title: "Material Icon Font Marker",
});
}

아이콘 번호

댓글