Skip to content

Diff of GoogleMapsPlatform

Changes between revision 5 - add link and revision 6 - remove typo
--- GoogleMapsPlatform
+++ GoogleMapsPlatform
@@ -6,25 +6,25 @@
 https://developers.google.com/maps/documentation/distance-matrix/intro
 
 '''한국에서는 mode를 `transit`밖에 지원하지 않는다.''' 지도 반출 이슈때문인 것으로 보임..
 그래서 직선거리가 500m정도 되는 장소를 `transit`으로 쿼리해보면 1400m정도로 나온다. 출발점에서 버스정류장으로 걸어가서, 버스틀 타서 이동한 후, 내려서 도착점까지 걸어갔을 때의 거리가 나오는것.. 하... 
 [2020-02-19]에 [http://www.inews24.com/view/1237438 국내에 데이터센터를 만들었다]고 한다. 그리고 구글 클라우드 플랫폼 서비스와 구글 지도 서비스의 한국 서비스 또한 Google Cloud Korea LLC로 이전되었다고 하니.. `transit`을 사용하고, 기다려보자. --[2020-06-23]
 
 
 == Hiding Map Features
 [2022-03-01] 쯤 부터 [Restaurants|지도]에 너무 많은 정보들이 표시되어 끄고 싶었다. 돌려줘 내지도.
 
-[https://developers.google.com/maps/documentation/javascript/examples/hiding-features#maps_hiding_features-javascript Google Maps Platform - Home - Products - Google Maps Platform - Documentation - Web - Maps JavaScript API - Samples - Send feedbackHiding Map Features With Styling]
+[https://developers.google.com/maps/documentation/javascript/examples/hiding-features#maps_hiding_features-javascript Google Maps Platform - Home - Products - Google Maps Platform - Documentation - Web - Maps JavaScript API - Samples - Hiding Map Features With Styling]
 
 Points of interest (POI) 라고 한다. POI를 끄면 된다.
 
-[https://developers.google.com/maps/documentation/javascript/style-reference#style-features Google Maps Platform - Home - Products - Google Maps Platform - Documentation - Web - Maps JavaScript API - Send feedbackStyle Reference - featureType]
+[https://developers.google.com/maps/documentation/javascript/style-reference#style-features Google Maps Platform - Home - Products - Google Maps Platform - Documentation - Web - Maps JavaScript API - Style Reference - featureType]
 
 이 중에서 `poi.business`를 꺼주면 된다.
 
 [AhaWiki]에 적용함. 켜고 끄는 버튼까지.
 https://github.com/Aha00a/AhaWiki/commit/ccd3b1bd61da6ab147224efc4c7480766fd80a08
 
 핵심은 init할 때 styles를 주고(끈 상태),
 
 [[[#!Vim javascript
             var map = new google.maps.Map(document.getElementById(id), {