I am developing a car pooling website. For that, I have created the database which has the different route options selected by different user. These routes are saved in the Database as Geography datatype. For data access, I used Entity Framework. In the C# code, I used DBGeography datatype for process the routes.
I have a requirement that, the user can select one route, and identify the users who selected the same/nearby route which is saved in the database. How do I achieve this?