如何在谷歌地图上获取附近位置给出纬度和经度坐标
我想知道如何在一定半径范围内获得附近的位置。 例如,我在数据库中存储了商店数据的位置,并且我想从给定的纬度和经度坐标在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会按如下方式执行请求的应用程序,我意识到还有其他方法可以做到这一点,我尝试:
首先会去 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
您可以使用 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.