是否有可能欺骗我的谷歌地图将单击进入双击事件?
默认情况下,当您双击时,它会放大,我想通过单击将其归档。
function initMap() {
var myLatlng = {lat: -25.363, lng: 131.044};
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 4,
center: myLatlng
});
var marker = new google.maps.Marker({
position: myLatlng,
map: map,
title: 'Click to zoom'
});
map.addListener('center_changed', function() {
// 3 seconds after the center of the map has changed, pan back to the
// marker.
window.setTimeout(function() {
map.panTo(marker.getPosition());
}, 3000);
});
marker.addListener('click', function() {
map.setZoom(8);
map.setCenter(marker.getPosition());
});
}
对于marker.addListener('click',function(){});
可以欺骗我的电脑将其视为双击而不是?
答案 0 :(得分:3)
添加
怎么样?map.setZoom(map.getZoom() + 1);
您还可以放大:
panTo
或类似地Select distinct
emp_id, -->numeric value
emp_dob, -- >numeric value
emp_ssid -- >alphnumeric value
.
.