Home > Backend Development > PHP Tutorial > 查找附近的人、商店功能该如何开发

查找附近的人、商店功能该如何开发

WBOY
Release: 2016-06-06 20:49:35
Original
1562 people have browsed it

例如在微信中获取了用户发送的地理位置,该如何找到附近的商店等信息?而且这些商家的地理位置存储在自己的服务器中,而不是百度、Google等服务器中。

回复内容:

例如在微信中获取了用户发送的地理位置,该如何找到附近的商店等信息?而且这些商家的地理位置存储在自己的服务器中,而不是百度、Google等服务器中。

调用百度地图的API吧。

自己存的数据,可以用MongoDB的Geospatial Indexing。

同意楼上见解。利用微信用户的坐标,再调用百度地图的商家信息。

自己写地理位置算法来计算啊,数据在自己手里相当灵活的,主要就是对经纬度进行距离计算

我记得百度,高德地图都有给出指定坐标,返回周边地点信息的api.

其实我不解的是,如果楼主都能搞到商家的信息(这个不是那么简单能弄好的吧),为什么不能花钱请个程序员把这个搞定?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template