3. google maps가 위치정보를 다루는 방식...

62
Understand your Place in this world (주)SPH : ,N2 (+ 1$@719

Upload: kwangjin-so

Post on 23-Jan-2017

36 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Understand�your�Place�in�this�world

(주)SPH :�� N1 @ 7 1 9

Page 2: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 3: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 4: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 5: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 6: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 7: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 8: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 9: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 10: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Streetview

Page 11: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Satellite

Imagery

Page 12: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

User

Feedback

Page 13: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Business

Owners

Page 14: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Places API

Page 15: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 16: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 17: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Geocoding API

Place ID

?Geocoding API

Page 18: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Place ID

Page 19: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Get Current

Place

Page 20: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Place Picker

Page 21: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 22: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Place

Details

Page 23: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Place

Photos

Page 24: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 25: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Autocomplete

Page 26: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

String similarity

Proximity

Prominence

Bias

Search

Page 27: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Search

Page 28: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Search

Page 29: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Search

Page 30: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Search

Page 31: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 32: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 33: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 34: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 35: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 36: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Web Service

Page 37: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Mobile Native

APIs

Page 38: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Mobile

Widgets

Page 39: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Android

Snippet

Page 40: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

iOS

Snippet

Page 41: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 42: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Network Calls

Page 43: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Network Calls 1 mAh * 60 * 24 = 480 mAh

480 / 1600 = 0.3

Page 44: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Familiar

Places

Page 45: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

On-device

Caching

Page 46: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기
Page 47: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Photo Tagging

Page 48: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

(37.541681, 126.987379)

Lat Lng

Page 49: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

신흥로 36-1

Reverse

Geocoding

Page 50: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Bonnie’s

Pizza Pub

GetCurrentPlace

Page 51: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

GetCurrentPlace

Page 52: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Machine Learning

GetCurrentPlace

Page 53: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Opening Hours

GetCurrentPlace

Page 54: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Popularity

GetCurrentPlace

Page 55: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Geometry

GetCurrentPlace

Page 56: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Mobile Signals

GetCurrentPlace

Page 57: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Bonnie’s

Pizza Pub

1

2

3

Output Predictions

GetCurrentPlace

Page 58: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Location

Setting

Dialog

Page 59: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Accurate

Data

Page 60: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Key Takeaways

Page 61: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

Get started: g.co/codelabs/IO16

Questions: [email protected]

Docs: developers.google.com/places

Understand your Place in this

world

+Chiho Yoon

Page 62: 3. Google Maps가 위치정보를 다루는 방식 Places API 이해하기

(주)SPH�.0 +� N- 07:+�1 @ 7 1 9

+�