surialabs / react-native-geo-fencing

Native modules to determine if a location is within defined geographical boundaries using Google Geometry library
139 stars 33 forks source link

How to Create geo points with in the 5km from Current location. #25

Open mehdihussain9 opened 4 years ago

mehdihussain9 commented 4 years ago

HI, I am getting the current Lat, Long using react-native-maps npms in React Native Project. Now I want to find the coordinates that are 5 km apart from the user current lat and long so as to form a circle. and find if any other user existing in that area.

Karanv2s commented 2 years ago

@mehdihussain9 any luck on this?