English 中文(简体)
图示 谷歌地球密码呼声错误 610
原标题:Mapstraction Google Geocode call returns error code 610

我有这一<代码>js,我利用地图集图书馆展示全球测距,并通过地图绘制利用地理坐标。

我最近开始获得<代码>error 610。 每当我试图发出地理编码服务电话时。 http://www.un.org/Depts/DGACM/index_russian.htm

_xdc_._8gxa9q7ci && _xdc_._8gxa9q7ci( {
  "Status": {
    "code": 610,
    "request": "geocode"
  }
})

ium检查员显示,请求书的叙述如下:

output:json
oe:utf-8
q:nehru place, , delhi,110048, in
mapclient:jsapi
hl:en
callback:_xdc_._8gxa9q7ci

即便是新产生的一滴钥匙,问题依然存在! 地图装载的新钥匙和旧钥匙,只是罚款!

因此,如果有人陷入一个类似的问题,有图示,那么我会知道哪里有工作。

我注意到的另一个问题是,我原来的钥匙是86个特点,而我的新钥匙只有39个特性。 非常赞赏在这方面的任何见解。 我花了整一天时间试图再次工作。

最新情况:我已注意到,请求书的篇幅为86个,关键是:MYKEY param。 鉴于39个特性是很关键的,它就没有了!

最佳回答

地图显示似乎需要86个关键人物,以便与GMap AP/ 2号文件适当合作。

36个性亚普切斯钥匙是第3个我方。

如果我去看AAP console,那么我领域产生的86个特性钥匙就显示在那里。 然而,产生86个性皮钥匙之间的联系是难以实现的。

我通过地图绘制向Geocoder发出的呼吁,一旦产生,现在就会被罚款。

Here s the link to generate the v2 API key http://code.google.com/apis/maps/signup.html

Remember to scroll to the bottom of the page to fill in the correct url.

关于地图绘制,我认为,最新版本应当能够使用新的36个特点,即:

问题回答

暂无回答




相关问题
comparison between openlayers.org and mapstraction.com

I just handed new GIS project and given two choices for map solution. http://mapstraction.com http://openlayers.org Now i know only google maps and dont have any idea about the above two. My goal is ...

how to delay marker loading openlayers map with mapstraction

I have a page with displays 10 markers in an openlayers map used via mapstraction. I want to load map first then marker one by one say after every second, I tried using window.setTimeout() it loads ...

Geoserver with Mapstraction

Do someone know how to use a custom hosted Geoserver s Tile Layers or WMS layers to be laid on Mapstraction as a base layer? MapStraction has base layer plugins for google, yahoo, microsoft, ...

Google s GeoCode Convert City, STATE into Latitude Longitude

The following code works asynchronously. I only have it set up to convert a City, State into latitude and longitude. That value is then alerted. How can I write a function that actually returns ...

How do I download the javascript library for mapstraction v2?

I am setting up a map on a drupal website using the mapstraction module. I am planning to use the 6.x-2.x-dev development branch of mapstraction because I need some of its additional functionality. In ...

Http Geocoder (Google) Accuracy level

I am geocoding a large amount of user entered addresses and interested in the accuracy levels returned. My GOAL is to get the BEST POSSIBLE ACCURACY score for a given address. I call the geocder api ...

热门标签