feat :
1 - search in map with api 2 - show details in selected location
This commit is contained in:
@@ -24,11 +24,13 @@ class InspectionRepositoryImp implements InspectionRepository {
|
||||
double? centerLat,
|
||||
double? centerLng,
|
||||
double? radius,
|
||||
String? value,
|
||||
}) async {
|
||||
return remoteDataSource.getNearbyLocation(
|
||||
centerLat: centerLat,
|
||||
centerLng: centerLng,
|
||||
radius: radius,
|
||||
value: value,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user