我周围什么地方
你好,我希望开发一个应用程序,它会通知我重要的地方(比如餐馆、购物中心等)的名称。
假设我有纬度、经度(从 GPS 获取)和半径。使用此值,我将从 Google 地图中选择所需的位置(前面提到),并在列表视图中显示此数据。
在图像中...
- 绿色圆圈表示我的位置(纬度、经度)
- 粉色矩形表示要从 Google 中选择的位置地图
- 和一个大圆圈限制了我想要的地方的周围区域。
现在我的问题是如何收集大圆圈内的数据(地点名称)。
下图以列表视图显示了收集的数据。
[抱歉,我的文笔不好]
Hi i wish to develop an app that will notify me important place( say restaurants, shopping mall etc) name.
Lets say i have latitude, longitude( get from GPS ) and radius. With this value i shall pick desired place ( mentioned earlier )from Google maps and shall show this data in a list view .
In the image...
- green circle denotes my location( latitude, longitude )
- pink rectangle denotes desired place to be pick from Google map
- and a big circle limit the area around which my desired place will rest on.
Now my question is how to collect this data( places name ) that rest inside the big circle.
Below is the image that shows the collected data in a list view.
[Sorry for my bad writing]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看 Google Places api。
现在这取决于您发现相关的地方。 以下是受支持地点的完整列表
您可以指定搜索半径作为参数。
Have a look at the Google Places api.
Now this depends on the places you find relevant. Here is the complete list of supported places
You can specify the search radius as a parameter.