The tutorial shared today is to teach you how to implement nearby people or other content. The server uses PHP. Before using it, please confirm whether your user data table stores the user's latest coordinates and update time. *** Create a separate table to store the user's latest coordinates and update time. Before getting nearby people, you must first get your own coordinates. You can use baiduLocation to get the coordinates of the current user, and then use the current coordinates to request the server to return user data sorted by distance.
//After successfully obtaining the location, the developer sends a request to the server
In fact, the code on the APP side is very simple. It mainly obtains the coordinates and sends them to the server. The server then calculates the distance based on the transmitted coordinates and returns the data in order of distance. So the key point is how the server side implements Let's take PHP as an example on the server side. First, get the data of the user with coordinates. This is foreach. Then calculate the distance based on the passed coordinates. The following is a piece of code in foreach
Then foreach the new array and sort it by distance
Note: There is a custom function distanceBetween() in the foreach above; This is used to calculate the distance between two coordinates. The code is as follows:
|
<<: A good article to solve your doubts: HD multi-screen adaptation solution for mobile H5 pages
>>: 10 Best JavaScript Development Practices You Need to Know
What is the difference between server rental and ...
New Wisdom Original 1 Source: Yann LeCun Compiled...
In the process of guiding many Taobao and Tmall s...
September has become the traditional date for App...
Source code introduction Android imitates iOS a p...
What are the real pain points of users? Why do us...
Audit expert: Zheng Yuanpan Professor of Zhengzho...
Today, Double 11 is no longer just an e-commerce ...
[[248687]] Recently, foreign media published an a...
After so many upgrades, do you still remember the...
How to operate Kuaishou and increase followers qu...
[[145318]] I came across this book by chance, and...
Connecting a set-top box and watching high-defini...
In 2021, the "Taobao Live App" was offi...
Since its launch, Video Account has undergone a s...