我目前没有Google API密钥。出于测试目的,我想从邮政编码和地址中获取经纬度。
我该如何在Postman中进行测试?
答案 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