如何使用 html/html5 中的用户输入获取完整的地理位置详细信息?

How to get full geo location details using user input in html/html5?

在 android 中,我可以使用 google 播放服务和地理位置功能来让用户键入 "London, England" 或 "McDonalds" 等字符串,并且让服务获取该字符串和 return 一组位置对象。每一个都有城市、地址、国家、纬度、经度等...详细信息。

我现在正在制作它的网络应用程序版本,我想知道是否可以在 HTML/html5 中使用 Google 等受信任的公司首选的任何插件来做到这一点。

谢谢。

我不得不怀疑你是否看过 ;)

https://developers.google.com/maps/documentation/javascript/tutorial

地图服务诞生于网络,当然存在!