|
Routify Documentation
|
Public Member Functions | |
| ResponseEntity< JSONArray > | getStatus (@RequestParam("lat") String lat, @RequestParam("lon") String lon) |
| ResponseEntity< JSONObject > | getNode (@RequestParam("id") Long id) |
Controller responsible for handling API endpoints related to querying geographical data. It provides functionalities for finding nearby entities based on latitude and longitude coordinates. Utilizes Routify for geographic calculations and data retrieval.
|
inline |
|
inline |
Retrieves a list of edges in range of 30 meters based on the provided latitude and longitude.
| lat | The latitude of the point to find nearby edges for, as a String. |
| lon | The longitude of the point to find nearby edges for, as a String. |
ResponseEntity containing a JSONArray with a list of CustomEdge objects.