如何在谷歌地图上获取附近位置给出纬度和经度坐标

发布于 2024-09-30 06:26:39 字数 134 浏览 1 评论 0原文

我想知道如何在一定半径范围内获得附近的位置。 例如,我在数据库中存储了商店数据的位置,并且我想从给定的纬度和经度坐标在 25 半径或 40 半径甚至更大的范围内搜索咖啡,然后显示它们的不同距离这个纬度和经度坐标。我在谷歌上看到了一个例子,但它不起作用。

I wish to know how to get nearby location over a certain range of radius.
For example I have location of stores data stored in the database, and I want to search for a coffee over a range of 25 radius or 40 radius or even more, from a given lat and lng coordinate and then display them with their various distance from this lat and lng coordinate. I saw an example on Google but it's not working.

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

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

发布评论

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

评论(2

谁的新欢旧爱 2024-10-07 06:26:39

我会按如下方式执行请求的应用程序,我意识到还有其他方法可以做到这一点,我尝试:
首先会去 Google Code Playground 并获取地理位置样本。

重写java脚本函数,使其以经度和纬度作为参数。

将 html 文件包含在您的项目中,然后在您的 csharp 应用程序中创建一个 webbrowser 控件。
然后调用导航到本地页面,该页面将启动具有给定经度和纬度的页面

I would do the requested app as follows , i realize there are other ways to do it, i try:
would first go to Google code playground and get sample for the geo location.

rewrite the java script function so that it takes the longitude and latitude as parameters.

include the html file in your project , then create a webbrowser control in your csharp app.
then call the navigate to local page which will launch the page with the given longitude and latitude

樱花坊 2024-10-07 06:26:39

您可以使用 iFreeTools Creator(基于 Google App Engine 的在线数据库应用程序构建器)来存储和搜索地理位置数据库。

有关如何执行此操作的分步指南,请参阅以下博客文章。

使用 iFreeTools 通过 GAE 构建商店定位器类型的 Google 地图应用程序

// 披露:我为此网络应用程序编写了代码。

You may use iFreeTools Creator - an online database app builder over Google App Engine - to store and search the geo-location database.

For a step-by-step guide on how you can do this, refer to the following blog post..

Building a Store Locator type Google Maps app over GAE, using iFreeTools

// Disclosure : I wrote code for this web-app.

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