{
"error_message": "Keyless access to Google Maps Platform is deprecated. Please use an API key with all your API calls to avoid service interruption. For further details please refer to http://g.co/dev/maps-no-account",
"routes": [],
"status": "OVER_QUERY_LIMIT"
}
由于此错误消息和OVER_QUERY_LIMIT状态,无法在谷歌地图中绘制多边形线。
请按照步骤操作以避免出现错误
启用以下接口
1 谷歌地图 安卓版 SDK
2 方向 API
3 地理编码 APi
4 地理位置 API
5 地方 API
6 地方 安卓 SDK
并请创建一个计费帐户 它不会收取任何费用,只需 2 印度卢比来检查您是否不是机器人
并将您的 API 密钥传递给 URL (注意不要让你的 API 受到限制(
String url = "https://maps.googleapis.com/maps/api/directions/"+output+"?"+parameters + "&key=" + MY_API_KEY
完成此步骤后,它将工作。