API/Google 구글

구글지도 구글 마크 지우기

KIMSG 2017. 7. 21. 15:50
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
http://iamadeveloper.tistory.com/208
 
 
 
<style>
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;
}
 
</style>
 
cs