English 中文(简体)
逆向的地理分布不正确的结果
原标题:reverse geocoding incorrect result
问题回答

地球密码服务获得最接近的、可供人阅读的地址。 因此,当你从使用逆向地理编码服务的地图中找到主角时,只显示该地址的纬度/长度。

Thanks, you re probably hitting the nail. I had to change my code. I now use the raw latlng returned by the geocoder.geocode (address...) call as such and I only display the street address got with geocoder.geocode (location...) call when I have the location_type ROOFTOP. If not, I only display the locality, postal code and country. For my web site (entomology portail) it s largely enough. And the latitude and longitude data displayed is now correct.





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签