rest api 4_rest api.pdf · 2018. 2. 7. · google maps geocoding api google maps geolocation api...

17
REST API Assit.Prof. Dr. Anantakul Intarapadung [email protected]

Upload: others

Post on 28-Sep-2020

25 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

REST APIAssit.Prof. Dr. Anantakul Intarapadung

[email protected]

Page 2: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client
Page 3: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

What is an API?

Page 4: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

API in java

Page 5: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

Rest API

Page 6: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

Demo

Page 7: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

Demo

Page 8: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

Demo

Page 9: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

Architecture

Server = maps.googleApis.com

Resource = /maps

/api

/geocode

/json

Page 10: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

Google Maps APIs Web Services

Page 11: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client
Page 12: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client
Page 13: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

What is JSON?

JSON (Java Script Object Notation)

เป็นวธิกีารทีท่ าให ้ JavaScript แลกเปลีย่นขอ้มลูกบั Server ไดง้า่ยขึน้ รปูแบบของ JSONนัน้ จะคลายๆกบัโครงสรา้งอารเ์รย์ รปูแบบเป็นประโยคก็คอื JSONถกูสรา้งขึน้จากชดุขอ้มลูของ literal object notationใน JavaScript JSON จะใช ้ [] แทน array และใช ้ {} แทน hash (หรอืassociate array ) แตล่ะสมาชกิคัน่ดว้ย comma (,) และแตล่ะ ชือ่สมาชกิคัน่ดว้ย colon (:)

Page 14: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client
Page 15: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

Example Web Service API in Netbeans

Page 16: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

Google Maps in Java Swing Application

Page 17: REST API 4_Rest API.pdf · 2018. 2. 7. · Google Maps Geocoding API Google Maps Geolocation API Google Maps Roads API Google Maps Time Zone API Google Places API Web Service Client

Referrences

[1] https://www.youtube.com/watch?v=7YcW25PHnAA

[2] https://www.youtube.com/watch?v=oBW_VNg4qD0&t=407s

[3] https://developers.google.com/maps/web-services/overview