我周围什么地方

发布于 2024-12-11 02:32:15 字数 471 浏览 2 评论 0原文

你好,我希望开发一个应用程序,它会通知我重要的地方(比如餐馆、购物中心等)的名称。

假设我有纬度、经度(从 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.
enter image description here

[Sorry for my bad writing]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失退 2024-12-18 02:32:15

开发一个可以通知我重要地点的应用程序

请查看 Google Places api。

现在我的问题是如何收集大圆圈内的数据(地点名称)。

现在这取决于您发现相关的地方。 以下是受支持地点的完整列表

大圆圈限制了我想要的地方的休息区域

您可以指定搜索半径作为参数。

Develop an app that will notify me important place

Have a look at the Google Places api.

Now my question is how to collect this data( places name ) that rest inside the big circle.

Now this depends on the places you find relevant. Here is the complete list of supported places

big circle limit the area around which my desired place will rest on

You can specify the search radius as a parameter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文