asp.net - how to retrieve data from sql server based on kilometer or mile range use latitude longitude of the current location to near by 5 km away diameter -


i have developed android mobile app need found current location nearest 5 km area people registered in our application.

my location change so, time want retrieve current location through nearest 5 km area people registered in our application.

mobile developer giving me user current location how can found particular location latitude longitude through nearest 5 km area people sql server.

( asp.net webapi developer).

below image of table structure

enter image description here


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -