ݺߣ

ݺߣShare a Scribd company logo
(주)SPH l 정근택 과장
ktjung@sphinfo.co.kr
Streamlining developer experiences
with the Google Maps API
Streamlining developer
experiences with the
Google Maps APIs
초보 개발자부터 고급 개발자까지
아우르는 Google Maps API 이야기
SPH R&D 정근택
1. Google Maps API?
Google Maps API의 싵
Google Maps API의 볶화
2. 코딩 없이
Google Maps 사용하기
코딩 없이 구글지도 활용하기
코딩 없이 간단하게 구글지도를 사용하기 위한 API
https://developers.google.com/maps/documentation/stati
c-maps/?hl=ko
https://developers.google.com/maps/documentation/emb
ed/start?hl=ko
내 앱에서 구글 지도 앱 실행
Android iOS
3. Google Maps API
공간정보 사용하기
Google Places API-Autocomplete
Android iOS 실행화면
Google Places API-Place Picker
Android iOS 실행화면
4. Google Maps API
유틸리티 라이브러리
Marker Clustering
이슈 구현 소스 결과
HeatMap
이슈 구현 소스 결과
5. Google Maps API
Web Services
Directions API(길찾기)
▪ 자동차, 도보, 자전거 등 여러
이동 모드에 대한 찾아가는 길
을 검색할 수 있음.
▪ 텍스트 문자열로 지정하거나
위도/경도 좌표로 지정할 수 있
음.
▪ 경유지를 사용하여 여러 찾아
가는 길을 반환할 수 있음.
▪ 결과 값은 JSON/XML 형태로
반환 됨.
Places Web Service
주요 기능 결과 값
장소 검색
사용자의 위치 또는 검색 문자열
을 기준으로 장소 목록 반환
장소 세부
정보 요청
사용자 리뷰를 비롯하여 특정 장
소에 대한 자세한 정보를 반환
장소 추가
Google Places 데이터베이스의
데이터에 애플리케이션 데이터
추가
장소 사진
Google Places 데이터베이스에
저장된 수백만 개의 장소 관련
사진 액세스
장소 자동 완성
입력시 장소의 이름과 주소를 자
동으로 채워 줌
Before After
Road API
Google Maps API 관련 샘플
Google Maps API Libraries
http://googlemaps.github.io/libraries
Google Maps API 예제 소스
https://github.com/googlemaps/android-maps-utils
https://github.com/googlemaps/android-samples
https://github.com/googlemaps/roads-api-samples
Android AutoCompete/Place API 예제 소스
https://github.com/googlesamples/android-play-places
6. Google Maps API
구현 Demo
Demo-선박 관제
위성 AIS 정보를 실시간으로 전달 받아 구글 지도에 보여주는 선박 관제 시
스템
적용 기술 화면
- Google Maps API Javascript V3
- Autocomplete, Map Label 등
- Server Side Clustering
- WXTiles 서비스
Demo-항공 관제
항공 정보를 실시간으로 구글 지도에 보여주는 항공 관제시스템
적용 기술 화면
- Google Maps API Javascript V3
- SuperMap GIS 웹 서버
- Marker Clustering
+Kuntaek Jung
Get started: g.co/codelabs/IO16
Questions: help@sphinfo.co.kr
Docs: developers.google.com/maps
Video: https://youtu.be/WJY2tGVQDGQ
(주)SPH
+Name: 정근택 과장
+Email: ktjung@sphinfo.co.kr
+Phone: 02-785-9910

More Related Content

5. 초보 개발자부터 고급 개발자까지 아우르는 Google Maps API 가이드

  • 1. (주)SPH l 정근택 과장 ktjung@sphinfo.co.kr Streamlining developer experiences with the Google Maps API
  • 2. Streamlining developer experiences with the Google Maps APIs 초보 개발자부터 고급 개발자까지 아우르는 Google Maps API 이야기 SPH R&D 정근택
  • 6. 2. 코딩 없이 Google Maps 사용하기
  • 7. 코딩 없이 구글지도 활용하기 코딩 없이 간단하게 구글지도를 사용하기 위한 API https://developers.google.com/maps/documentation/stati c-maps/?hl=ko https://developers.google.com/maps/documentation/emb ed/start?hl=ko
  • 8. 내 앱에서 구글 지도 앱 실행 Android iOS
  • 9. 3. Google Maps API 공간정보 사용하기
  • 11. Google Places API-Place Picker Android iOS 실행화면
  • 12. 4. Google Maps API 유틸리티 라이브러리
  • 15. 5. Google Maps API Web Services
  • 16. Directions API(길찾기) ▪ 자동차, 도보, 자전거 등 여러 이동 모드에 대한 찾아가는 길 을 검색할 수 있음. ▪ 텍스트 문자열로 지정하거나 위도/경도 좌표로 지정할 수 있 음. ▪ 경유지를 사용하여 여러 찾아 가는 길을 반환할 수 있음. ▪ 결과 값은 JSON/XML 형태로 반환 됨.
  • 17. Places Web Service 주요 기능 결과 값 장소 검색 사용자의 위치 또는 검색 문자열 을 기준으로 장소 목록 반환 장소 세부 정보 요청 사용자 리뷰를 비롯하여 특정 장 소에 대한 자세한 정보를 반환 장소 추가 Google Places 데이터베이스의 데이터에 애플리케이션 데이터 추가 장소 사진 Google Places 데이터베이스에 저장된 수백만 개의 장소 관련 사진 액세스 장소 자동 완성 입력시 장소의 이름과 주소를 자 동으로 채워 줌
  • 19. Google Maps API 관련 샘플 Google Maps API Libraries http://googlemaps.github.io/libraries Google Maps API 예제 소스 https://github.com/googlemaps/android-maps-utils https://github.com/googlemaps/android-samples https://github.com/googlemaps/roads-api-samples Android AutoCompete/Place API 예제 소스 https://github.com/googlesamples/android-play-places
  • 20. 6. Google Maps API 구현 Demo
  • 21. Demo-선박 관제 위성 AIS 정보를 실시간으로 전달 받아 구글 지도에 보여주는 선박 관제 시 스템 적용 기술 화면 - Google Maps API Javascript V3 - Autocomplete, Map Label 등 - Server Side Clustering - WXTiles 서비스
  • 22. Demo-항공 관제 항공 정보를 실시간으로 구글 지도에 보여주는 항공 관제시스템 적용 기술 화면 - Google Maps API Javascript V3 - SuperMap GIS 웹 서버 - Marker Clustering
  • 23. +Kuntaek Jung Get started: g.co/codelabs/IO16 Questions: help@sphinfo.co.kr Docs: developers.google.com/maps Video: https://youtu.be/WJY2tGVQDGQ
  • 24. (주)SPH +Name: 정근택 과장 +Email: ktjung@sphinfo.co.kr +Phone: 02-785-9910