ASH84

Software Engineer/Developer, co-founder of Payhere. Ex-Banksalad. Intereseted in iteroperability, bootstrap company, writting.

Use google geocoding & reverse geocoding

created:2015-09-03
updated:2015-09-03
edit

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


#dev  #geocoding  #Google  #위도 경도 변환