我有纬度和经度:"-27.0000,133.0000"
。我想以此为基础制作地图。
我尝试去这个链接
https://maps.googleapis.com/maps/api/geocode/json?latlng=-27.0000,133.0000&key=******
我在浏览器中不断收到此错误
{
"error_message" : "This API project is not authorized to use this API. Please ensure that this API is activated in the APIs Console: Learn more: https://code.google.com/apis/console",
"results" : [],
"status" : "REQUEST_DENIED"
}
但是我想我已经启用了该API。我登录到我的Google控制台,然后仔细检查。
当我去: https://console.developers.google.com/project/75423435770063/apiui/apis/enabled
我懂了 :
启用了地理编码+地理定位。
我现在有点卡住了。我有什么想念的吗?