开发者

Need help in google map on asp.net

开发者 https://www.devze.com 2022-12-25 18:25 出处:网络
I have a google map on my asp.net page. on which its showing image(marker) on cityname . please tell me 开发者_如何学JAVAhow can i fire event onclick on that marker.GEvent.addListener(marker, \"click\

I have a google map on my asp.net page. on which its showing image(marker) on cityname . please tell me 开发者_如何学JAVAhow can i fire event onclick on that marker.


GEvent.addListener(marker, "click", function(point) {
this.openInfoWindowHtml("" + this.value + "");}); return marker; }

0

精彩评论

暂无评论...
验证码 换一张
取 消