在Web浏览器中显示的iframe Google地图(C#Windows表单) [英] Iframe google maps displayed in webbrowser( C# windows forms)

查看:195
本文介绍了在Web浏览器中显示的iframe Google地图(C#Windows表单)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!我想帮我一些忙.有人可以将iframe google maps嵌入到webbrowser控件中吗?

字符串位置="http://maps.googleapis.com/maps/api/staticmap?center=" + this.txtLatitude.Text +," + this.txtLongitude.Text +&zoom = 17&size = 640x640&sensor = true" ;

我希望通过此链接仅显示具有iframe的地图.

感谢

Hello everyone!I would like to help me for something.Is there a way that someone can embedded iframe google maps in webbrowser control??

string Locations = "http://maps.googleapis.com/maps/api/staticmap?center=" + this.txtLatitude.Text + "," + this.txtLongitude.Text + "&zoom=17&size=640x640 &sensor=true";

I want from this link to display only the map with an iframe.

Thanks

推荐答案

在这里: Google地图在带有WebBrowser和Google Maps API v3的WPF中 [ ^ ]


这篇关于在Web浏览器中显示的iframe Google地图(C#Windows表单)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆