且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在我们的.net Web应用程序中添加Google Map

更新时间:2022-10-15 16:50:16

如果您只想显示位置,请
0.转到 http://maps.google.com [ ^ ]
1.找到位置.
2.在地图的右上角有一个链接"选项.单击它.
3.从中获取HTML并粘贴到您的页面中.

如果您想做的不仅仅是显示位置,请查看下面的API.
http://code.google.com/apis/maps/index.html [ ^ ]


尝试一下文章:
使用C#和JavaScript在Google Map上显示数据 [点击


>

Hai,


I want to add google map in my .net application.How can I do this.Plz help me.


Thanks and Regards
sridharan.c

If you just want to show your location,
0. Go to http://maps.google.com[^]
1. Find the location.
2. There is an option "Link" in top-right corner of map. Click it.
3. Get the HTML from that and paste in in your page.

If you want to do more than just showing a location, then check API below.
http://code.google.com/apis/maps/index.html[^]


Try this article:
Show Your Data on Google Map using C# and JavaScript[^]


You can see this link
Click