使用距离矩阵API时是否必须使用API密钥?
Google文档指出,每个请求中都应包含该键,但我可以在不包含键的情况下获得持续时间和距离值。
https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial&origins=Washington,DC&destinations=New+York+City,NY
但是当我需要duration_in_traffic
变量时,我确实需要使用键。
https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial&origins=Washington,DC&destinations=New+York+City,NY&departure_time=1531583990&key=API_KEY
这些是Google规定的基本和高级https://developers.google.com/maps/documentation/distance-matrix/usage-and-billing#distance-matrix
的价格我想知道在发送基本请求时是否应该使用我的API密钥,因为如果我使用API密钥,我将必须付费。