-2
我想在我的phonegap jquery移動頁面中使用谷歌地圖v3,我需要的幾何和地方庫。谷歌地圖v3與幾何和地方
如果我包括此代碼在我的頭:
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=true&libraries=places&libraries=geometry"></script>
我得到這個錯誤和幾何功能不工作過:
Uncaught TypeError: Cannot read property 'Autocomplete' of undefined
如果我刪除&libraries=geometry
中,自動完成工作,但不是幾何功能 如果我刪除&libraries=places
,幾何函數起作用,但不起作用自動完成
如何使用這兩個庫?
https://developers.google.com/maps/documentation/javascript/libraries –