카테고리 없음

nextjs 구글맵 경로 그리기 / google maps webgl draw route three.js

Neda 2023. 4. 23. 02:11

1. 판교역에서 NHN으로 가는 경로 시각화

1.1 구글맵에서 경로 찾기는 불가능

구글맵에서는 국내 지역의 대중교통을 제외한 모든 경로를 지원하지 않는다.

 

Google Maps Platform 사용 범위 세부정보  |  Google Developers

의견 보내기 Google Maps Platform 사용 범위 세부정보 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. Google Maps Platform팀에서는 Google API 서비스의 제공 지역을 전

developers.google.com

1.2 카카오모빌리티 길찾기 api 이용

따라서 길찾기에 필요한 정보는 타사의 api를 이용해야 한다.

카카오 모빌리티의 api를 이용

 

카카오모빌리티 디벨로퍼스

카카오모빌리티 디벨로퍼스

developers.kakaomobility.com

 

 

 


2. 참고 사이트

 

@googlemaps/three

@googlemaps/three Add three.js objects to Google Maps Platform JS. The library provides a ThreeJSOverlayView class extending google.maps.WebGLOverlayView and utility functions for converting geo-coordinates (latitude/longitude) to vectors in the coordinate

googlemaps.github.io

 

 

GitHub - googlemaps/js-three: Add ThreeJS objects to Google Maps.

Add ThreeJS objects to Google Maps. Contribute to googlemaps/js-three development by creating an account on GitHub.

github.com

 

 

GitHub - leighhalliday/google-maps-threejs

Contribute to leighhalliday/google-maps-threejs development by creating an account on GitHub.

github.com

https://youtu.be/kxAwkT9M6rM