gpt4 book ai didi

api - 使用Google API-GClientGeocoder()

转载 作者:行者123 更新时间:2023-12-04 05:04:24 25 4
gpt4 key购买 nike

我尝试关注此页面:

http://melandri.net/2009/07/03/get-location-coordinates-using-google-maps/

但未定义GClientGeocoder()-发生错误。

我已经在我们的页面上使用了Google Maps API:
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=<%=System.Web.Configuration.WebConfigurationManager.AppSettings["myGoogleKey"]%>&sensor=false"></script>

如何解决我的错误?

这是我成功使用API​​的方式:
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);

最佳答案

GClientGeocoder()是版本2对象。您正在加载版本3 API,并且需要使用版本3对象和方法。

第3版的等效项是google.maps.Geocoder(),并描述为in the documentation。它与版本2的实现不同。

关于api - 使用Google API-GClientGeocoder(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10213147/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com