{
"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状态,因此无法在Google地图中绘制折线。
答案 0 :(得分:2)
请按照避免出错的步骤
启用以下Apis
1个适用于Android的Google地图SDK
2向Api
3个地理编码APi
4个地理位置Api
5个Api
6个适用于Android的SDK
请创建一个计费帐户,只需花费2印度卢比即可检查您是否不是机器人
然后将您的Api密钥传递到URL (请不要限制您的API)
String url = "https://maps.googleapis.com/maps/api/directions/"+output+"?"+parameters + "&key=" + MY_API_KEY
完成此步骤后,它将起作用。