Use google geocoding & reverse geocoding
API Key 가져오기
– 아래의 URL 에서 신청한다.(구글 로그인 전제)
– https://developers.google.com/maps/documentation/geocoding/get-api-key
기본 API
– [HTTP GET] https://maps.googleapis.com/maps/api/geocode/json?address=ADDRESS&key=API_KEY
사용제한
Standard Usage Limits Users of the standard API: 2,500 free requests per day 10 requests per second Enable pay-as-you-go billing to unlock higher quotas: $0.50 USD / 1000 additional requests, up to 100,000 daily.
Reverse Geocoding API
https://maps.googleapis.com/maps/api/geocode/json?latlng=LAT,LNG&key=API_KEY