我需要知道Google静态地图API密钥,客户端ID和/或签名的实例是否与给定的API版本相关联。如果我一直在使用API V1(静态地图)并希望现在使用API V2,我是否需要新密钥,客户端ID和/或签名?我通过HttpURLConnection从java代码中发出了这个请求。
我目前对V1的要求是:
https://maps.googleapis.com/maps/api/staticmap?center=25.78939485541877,-80.2033928757234&size=1294x430&zoom=17&maptype=hybrid&sensor=false&format=png&client=***{my gme-* client id}***&signature=***{my signature}***
我对V2的新请求是
https://maps.google.com/maps/api/staticmap?center=25.78939485541877,-80.2033928757234&size=1294x430&zoom=17&maptype=hybrid&sensor=false&format=png&client=***{my gme-* client id}***&signature=***{my signature}***