features/bus_routes/domain/repos/stop_search_repo library

Functions

fetchAllStops(String apiKey) Future<List<Stop>>
Fetches all bus stops.
fetchStopsForLocation(String apiKey, {required double latitude, required double longitude, required double radiusMeters}) Future<List<Stop>>
Fetches bus stops for a specific location.