標籤

2022年10月18日 星期二

解決舊版將街景照片應用在網站的問題

解決舊版將街景照片應用在網站的問題

早期只需要使用這個google街景圖片連結就可以換不同座標的街景

<img src='http://cbk1.google.com/cbk?output=thumbnail&ll="+latLng.lat()+","+latLng.lng()+"&thumb=1' width='500px'>

現在則要改用 google streetviw  static api

<img src='https://maps.googleapis.com/maps/api/streetview?size=500x500&key=AIxxxxxxxxxxxxxxx&location="+latLng.lat()+","+latLng.lng()>



沒有留言:

張貼留言