mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Suggest and auto fill title and description based on image location (#3323)
* Suggest and auto fill title and description based on image location * with java docs
This commit is contained in:
parent
afdeaae075
commit
2290545bc9
7 changed files with 92 additions and 3 deletions
|
|
@ -91,7 +91,7 @@ public class NearbyPlaces {
|
|||
* @return list of places obtained
|
||||
* @throws IOException if query fails
|
||||
*/
|
||||
private List<Place> getFromWikidataQuery(LatLng cur, String lang, double radius) throws IOException {
|
||||
public List<Place> getFromWikidataQuery(LatLng cur, String lang, double radius) throws IOException {
|
||||
return okHttpJsonApiClient.getNearbyPlaces(cur, lang, radius).blockingSingle();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue