如何在asp.net(WebForm)中包含GoogleMap?

时间:2016-08-02 14:02:49

标签: asp.net google-maps google-maps-api-3 webforms

enter image description here

我尝试使用来自的代码将GoogleMap包含到Asp.net Web表单中 http://www.w3schools.com/googleapi/tryit.asp?filename=tryhtml_map_many

但是当我运行代码时,它会显示地图一段时间并显示错误消息。谁能告诉我原因是什么以及如何解决? 请赐教。

1 个答案:

答案 0 :(得分:0)

阅读This page didn't load Google Maps correctly. See the JavaScript console for technical details

换句话说,您应该obtain an API key能够使用地图,并在代码中设置

<script
src="http://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY">
</script>