0
我遇到了問題,我無法將標記點擊到我的項目中。我已經嘗試使用google.com,但沒有任何效果。有人能幫我嗎 ?Google Api中的標記
var map = new google.maps.Map(document.getElementById("googleMap"), mapOptions);
<!--Add markers to map using previously specified locations-->
var marker = new google.maps.Marker({
position: myLatlng,
url:'http://www.google.com',
title: 'Tobermory Distillery',
map: map,
});
感謝
感謝您的幫助,但我在哪裏把網址是什麼?現在編輯 – user3292883
。你可以重定向到一個網址與location.href –
你是一個傳說!!!!! – user3292883