我希望用户输入地点名称
,它将返回所有匹配的地点,用户将从列表中选择一个,在Google Place API
我需要提供特定半径内的纬度、经度和搜索。
但我不想要半径,而是希望它能够搜索全球,就像 Google 地球中的地点搜索一样。
现在我计划在 wireshark
下观察 Google Earth,我将重复同样的操作。那是诉讼吗?或者还有其他直接的方法来做同样的事情吗?
我可以使用 bing 或任何其他服务(如果他们提供相同的服务)
I want the user to enter a name of a place
, and it will return all the matching places, User will select one from the list, In Google Place API
I need to provide a lat, lng and search within a certain radius.
But I want no radius, rather I want it to search the globe, much like the place search in Google Earth.
Right now I am planning to observe Google Earth under wireshark
and I'll repeat the same. Is that lawsuit ? or is there any other straight way to do the same ?
I've no problem in using services like bing or any others, if they offer the same
发布评论
评论(1)
您是否考虑过输入纬度、经度为 0,0 且半径为 12,500 英里?那应该覆盖全世界。
Have you thought about entering a lat,lng of 0,0 and a radius of 12,500 miles? That should cover the world.