在邮递员中使用Google Geocode API

时间:2019-06-06 06:01:39

标签: google-geocoding-api

我目前没有Google API密钥。出于测试目的,我想从邮政编码和地址中获取经纬度。

我该如何在Postman中进行测试?

1 个答案:

答案 0 :(得分:0)

这是一个GET请求,您可以使用Postman或curl来访问API。 请求示例:

https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=YOUR_API_KEY

查看链接: Google Geocoding API

邮递员示例: enter image description here

卷曲示例: enter image description here