Skip to content

Commit

Permalink
increase scanning range from 1km to 5km
Browse files Browse the repository at this point in the history
  • Loading branch information
toshydev authored Aug 22, 2023
1 parent a9d31fa commit 26f9dd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class GooglePlacesService {

@Value("${google.api.url}")
private String baseUrl;
private static final String RADIUS = "radius=1000";
private static final String RADIUS = "radius=5000";
private final OkHttpClient client;

public GooglePlacesService() {
Expand Down

0 comments on commit 26f9dd5

Please sign in to comment.