구글 맵에서 구글 로고, 약관 등 제거하기

Posted by RAY.D
2016. 3. 1. 01:11 Special/Google Map API
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.



How to hide or disable the google logo, footer, copyright on google maps JavaScript API v3?



This CSS works like charm. 
Removes Google Logoterms of use, and Report a problem div.


a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}





'Special > Google Map API' 카테고리의 다른 글

Google Map API 라이센스 키 받기  (0) 2016.07.13
AIS 정보 설명  (0) 2016.06.23