I have an application that has a bunch or latitudes and longitudes of restaurants stored in a database,
I need to load map markers based where the map is currently focused. for example if the map is focused on a city i need to load markers only within the city/ radius.
i am using react-native-maps
for the map rendering and the backend is nodejs.