asp.net 调用 google 地图 api if (GBrowserIsCompatible...

发布网友 发布时间:2024-10-23 17:28

我来回答

3个回答

热心网友 时间:2024-11-06 05:42

<!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example</title>
<script src="http://ditu.google.cn/maps?file=api&v=2&key=abcdefg&sensor=true_or_false"
type="text/javascript"></script>
<script type="text/javascript">

function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(39.9493, 116.3975), 13);
}
}

</script>
</head>
<body onload="initialize()" onunload="GUnload()">
<div id="map_canvas" style="width: 500px; height: 300px"></div>
</body>
</html>

热心网友 时间:2024-11-06 05:41

应该是 你没有引入google map 地址或地址不正确 javascript 不认识这个函数GBrowserIsCompatible()

热心网友 时间:2024-11-06 05:46

建议你去百度或GOOGLE搜索一下,看看有没有相关信息或资料可以帮你。

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com